@charset "UTF-8";
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* Single Post */.single-post article {
    border-bottom: 0;
    margin-bottom: 0;
}
/* Post Slideshow */.post-slideshow {
    text-align: center;
}
/* Post */.entry-title {
    margin-top: 0;
}
.sub-title {
    text-transform: uppercase;
}
article.post .post-date, .post-item .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
article.post .post-date .month, .post-item .post-date .month {
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 0.9em;
    padding: 0 0 2px;
    display: block;
}
article.post .post-date .day, .post-item .post-date .day {
    background: #f4f4f4;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 10px 0;
}
article.post .post-date .sticky, .post-item .post-date .sticky {
    background: #62b959;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 0.9em;
    padding: 2px 0 0;
    margin-top: 5px;
    display: block;
}
article.post .post-date .format, .post-item .post-date .format {
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 1.2857em;
    padding: 0;
    line-height: 40px;
    margin-top: 5px;
}
article.post .read-more, .post-item .read-more {
    display: inline-block;
}
article.post .read-more-block, .post-item .read-more-block {
    display: block;
    margin-top: 20px;
}
article.post h2 a, article.post h4 a {
    text-decoration: none;
}
article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
body.single-post article.post .post-meta {
    margin-bottom: 20px;
}
article.post .post-meta > span, article.post .post-meta > .post-views {
    display: inline-block;
    padding-right: 8px;
}
article.post .post-meta i, article.post .post-meta .post-views-icon.dashicons {
    margin-right: 3px !important;
    font-size: 1em !important;
    height: 1.2em;
    line-height: 1;
    width: 1em;
    text-align: center;
}
article.post .post-image {
    margin-bottom: 15px;
}
article.post .post-image.single {
    margin-bottom: 30px;
}
article.post-full, article.post-large {
    margin-left: 60px;
}
article.post-full h2.entry-title, article.post-large h2.entry-title {
    margin-bottom: 5px;
}
article.post-full .post-image, article.post-large .post-image, article.post-full .post-date, article.post-large .post-date {
    margin-left: -60px;
}
article.post-full.hide-post-date, article.post-large.hide-post-date {
    margin-left: 0;
}
article.post-full.hide-post-date .post-image, article.post-large.hide-post-date .post-image {
    margin-left: 0;
}
@media (max-width: 480px) {
    article.post-full, article.post-large {
        margin-left: 0;
    }
    article.post-full .post-image, article.post-large .post-image, article.post-full .post-date, article.post-large .post-date {
        margin-left: 0;
    }
}
article.post-large-alt {
    margin-left: 60px;
}
article.post-large-alt h2 {
    margin-bottom: 5px;
}
article.post-large-alt .post-date {
    margin-left: -60px;
}
article.post-large-alt.hide-post-date {
    margin-left: 0;
}
article.post-large-alt.hide-post-date .post-image {
    margin-left: 0;
}
@media (max-width: 480px) {
    article.post-large-alt {
        margin-left: 0;
    }
    article.post-large-alt .post-date {
        margin-left: 0;
    }
    article.post-large-alt .post-image {
        margin-left: 60px;
    }
}
article.post-grid .owl-carousel .owl-dots, article.post-timeline .owl-carousel .owl-dots {
    margin-top: 5px;
}
article.post-grid .post-image, article.post-timeline .post-image {
    margin-bottom: 5px;
}
article.post-grid .post-image.single, article.post-timeline .post-image.single {
    margin-bottom: 15px;
}
/* Post Block */.post-gap {
    margin: 45px 0 0 0;
}
.post-gap-small {
    margin: 15px 0 0 0;
}
.post-block, .post-share, article.post .comment-respond, article.portfolio .comment-respond {
    border-top: 1px solid #ddd;
    margin: 15px 0 0 0;
    padding: 20px 0 15px 0;
}
.post-block h3, .post-share h3, article.post .comment-respond h3, article.portfolio .comment-respond h3 {
    font-size: 1em;
    font-weight: 200;
    margin: 0 0 20px;
}
.post-block h3 i, .post-share h3 i, article.post .comment-respond h3 i, article.portfolio .comment-respond h3 i {
    margin-right: 7px;
}
/* Post Share */.post-share {
    padding-bottom: 0;
}
.post-share h3 {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 5px;
    text-transform: none;
}
.post-share .share-links {
    display: inline-block;
    margin-top: -5px;
}
/* Post Author */.post-author {
    margin: 15px 0 0 0;
}
.post-author img {
    height: auto;
    max-width: 80px;
}
@media (max-width: 767px) {
    .post-author img {
        max-width: 60px;
    }
}
.post-author p {
    font-size: 0.9em;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.post-author p .name {
    font-size: 1.1em;
}
.post-author p .name a {
    text-decoration: none;
}
.post-author .img-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .post-author .img-thumbnail {
        margin-right: 12px;
    }
}
/* Post Comments */.post-comments {
    margin-top: 45px;
}
ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.comments ul.children {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.comments ul.children > li, ul.comments > li {
    clear: both;
    padding: 10px 0 0 115px;
}
ul.comments ul.children > li img.avatar, ul.comments > li img.avatar {
    height: auto;
    max-width: 80px;
}
ul.comments ul.children > li a, ul.comments > li a {
    text-decoration: none;
}
ul.comments ul.children > li .img-thumbnail, ul.comments > li .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}
ul.comments ul.children > li .comment-body, ul.comments > li .comment-body {
    margin-bottom: 10px;
}
ul.comments ul.children > li .pull-right span, ul.comments > li .pull-right span {
    margin-left: 5px;
}
ul.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f4f4f4;
    left: -15px;
    border-top: 15px solid transparent;
    height: 0;
    position: absolute;
    top: 28px;
    width: 0;
}
ul.comments .comment-block {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 20px 20px 35px;
    position: relative;
}
ul.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}
ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}
ul.comments .comment-block .comment-by span {
    display: inline-block;
    margin-left: 8px;
}
ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
    margin-top: 5px;
}
@media (max-width: 767px) {
    ul.comments ul.children {
        border-left: 8px solid #ddd;
        padding-left: 10px;
    }
    ul.comments ul.children > li, ul.comments > li {
        padding: 0;
    }
    ul.comments ul.children > li .comment-body, ul.comments > li .comment-body {
        background: #f4f4f4;
        border-radius: 5px;
        padding: 10px;
        *zoom: 1;
    }
    ul.comments ul.children > li .comment-body:before, ul.comments > li .comment-body:before, ul.comments ul.children > li .comment-body:after, ul.comments > li .comment-body:after {
        content: " ";
        display: table;
    }
    ul.comments ul.children > li .comment-body:after, ul.comments > li .comment-body:after {
        clear: both;
    }
    ul.comments ul.children > li .img-thumbnail, ul.comments > li .img-thumbnail {
        margin: 0 12px 10px 0;
        float: left;
        position: static;
    }
    ul.comments ul.children > li img.avatar, ul.comments > li img.avatar {
        max-width: 60px;
    }
    ul.comments .comment-block {
        position: static;
        padding: 0;
    }
    ul.comments .comment-arrow {
        display: none;
    }
}
/* Leave a Comment */article .comment-respond {
    margin-top: 25px;
    padding-top: 45px;
    padding-bottom: 0;
}
article .comment-respond h3 {
    margin: 0 0 40px;
}
article .comment-respond input[type="submit"] {
    font-size: 1.2857em;
    padding: 0.5556em 0.8889em;
    border-radius: 7px;
    line-height: 1.33;
}
article #cancel-comment-reply-link {
    margin-left: 10px;
}
/* Related Posts */.related-posts {
    margin-top: 35px;
}
.related-posts h3 {
    font-weight: 200;
}
.post-carousel .post-slide {
    *zoom: 1;
}
.post-carousel .post-slide:before, .post-carousel .post-slide:after {
    content: " ";
    display: table;
}
.post-carousel .post-slide:after {
    clear: both;
}
.post-carousel h4 {
    margin-bottom: 7px;
}
.post-carousel.owl-carousel .owl-dots {
    margin-top: 0;
}
.post-carousel .post-item {
    margin: 0 10px;
}
.post-carousel .post-item .post-date {
    margin: 3px 10px 8px 0;
    float: left;
}
.post-carousel .post-item .post-excerpt {
    margin-bottom: 10px;
}
.post-carousel .post-item .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
body.single-post .post-carousel .post-item .post-meta {
    margin-bottom: 20px;
}
.post-carousel .post-item .post-meta > span, .post-carousel .post-item .post-meta > .post-views {
    display: inline-block;
    padding-right: 8px;
}
.post-carousel .post-item .post-meta i, .post-carousel .post-item .post-meta .post-views-icon.dashicons {
    margin-right: 3px !important;
    font-size: 1em !important;
    height: 1.2em;
    line-height: 1;
    width: 1em;
    text-align: center;
}
.post-carousel .post-item.style-2 .post-excerpt {
    margin-bottom: 20px;
}
.post-carousel .post-item.style-4 .post-meta {
    font-size: 1em;
}
.post-carousel .post-item.style-4 .post-image {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.post-carousel .post-item.style-4 .post-image img {
    width: 195px;
}
.post-carousel .post-item.style-4 .post-title {
    text-decoration: none;
}
.post-carousel .post-item.style-4 .post-excerpt {
    padding: 10px 0;
    margin: 0;
}
.post-carousel .post-item.style-4 .thumb-info-caption-text {
    margin: 0;
}
.post-item-small {
    margin: 0 10px;
    padding: 15px 0;
    *zoom: 1;
    border-top: 1px solid #ececec;
}
.post-item-small:before, .post-item-small:after {
    content: " ";
    display: table;
}
.post-item-small:after {
    clear: both;
}
.post-item-small:first-child {
    padding-top: 0;
    border-top-width: 0;
}
.post-item-small .post-image {
    margin: 0 10px 0 0;
    float: left;
}
.post-item-small .post-image img {
    width: 50px;
    height: auto;
}
.post-item-small .post-date {
    font-size: 0.9286em;
}
.entry-content {
    margin: 30px 0;
}
/* Posts */.blog-posts {
    position: relative;
    *zoom: 1;
}
.blog-posts:before, .blog-posts:after {
    content: " ";
    display: table;
}
.blog-posts:after {
    clear: both;
}
.blog-posts article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.blog-posts article h2.show-content {
    margin-bottom: 25px;
}
.blog-posts .pagination {
    margin: -10px 0 20px;
}
/* Pagination */.pagination-wrap {
    text-align: center;
}
.pagination-wrap .pagination, .pagination-wrap .page-links {
    float: none;
}
.pagination-wrap .pagination > a, .pagination-wrap .page-links > a, .pagination-wrap .pagination > span, .pagination-wrap .page-links > span {
    float: none;
    margin: 0 2.5px 5px 2.5px;
}
.pagination, .page-links {
    font-size: 0.9286em;
    float: right;
    margin: 20px 0 0;
    *zoom: 1;
}
.pagination:before, .page-links:before, .pagination:after, .page-links:after {
    content: " ";
    display: table;
}
.pagination:after, .page-links:after {
    clear: both;
}
.pagination > a, .page-links > a, .pagination > span, .page-links > span {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 0 5px 5px;
    float: left;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 2.1em;
    min-width: 2.2em;
    height: 2.2em;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}
.pagination span.dots, .page-links span.dots {
    border-width: 0;
    min-width: 0;
    padding: 0;
}
.pagination a:hover, .page-links a:hover, .pagination a:focus, .page-links a:focus, .pagination span.current, .page-links span.current {
    color: #fff;
}
.pagination .prev, .page-links .prev, .pagination .previouspagelink, .page-links .previouspagelink, .pagination .next, .page-links .next, .pagination .nextpostslink, .page-links .nextpostslink {
    text-indent: -9999px;
    width: 2.2em;
    overflow: hidden;
    position: relative;
}
.pagination .prev:before, .page-links .prev:before, .pagination .previouspagelink:before, .page-links .previouspagelink:before, .pagination .next:before, .page-links .next:before, .pagination .nextpostslink:before, .page-links .nextpostslink:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    text-indent: 0;
}
.pagination .prev:before, .page-links .prev:before, .pagination .previouspagelink:before, .page-links .previouspagelink:before {
    content: "\f0d9";
}
.pagination .next:before, .page-links .next:before, .pagination .nextpagelink:before, .page-links .nextpagelink:before {
    content: "\f0da";
}
.infinite-container .pagination, .infinite-container .page-links {
    display: none;
}
/* Post pages */.page-links {
    float: none;
    *zoom: 1;
}
.page-links:before, .page-links:after {
    content: " ";
    display: table;
}
.page-links:after {
    clear: both;
}
.page-links .screen-reader-text {
    display: none !important;
}
.page-links .page-links-title {
    border-width: 0;
    margin: 0;
    padding: 0;
}
/* Grid */.blog-posts article.post-grid {
    border-width: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.posts-grid .grid-box {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.posts-grid .grid-box .img-thumbnail, .posts-grid .grid-box .img-thumbnail img {
    padding: 0;
    border: 0;
}
.posts-grid .grid-box .thumb-info {
    float: left;
    margin-bottom: -5px;
}
.posts-grid .grid-box .owl-carousel {
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.posts-grid .grid-box .owl-carousel .owl-stage-outer {
    border-radius: 0;
}
@media (max-width: 480px) {
    .posts-grid .post {
        position: static !important;
        width: 100%;
    }
}
.blog-share {
    margin-bottom: 25px;
}
.blog-share .share-links a {
    margin: 0.2857em 0 0.2857em 0.5714em;
}
/* Portfolio */article.portfolio .portfolio-image.single {
    margin-bottom: 30px;
}
article.portfolio h2 a, article.portfolio h4 a {
    text-decoration: none;
}
.portfolio-image {
    margin-bottom: 15px;
}
.portfolio-slideshow {
    text-align: center;
}
.portfolio-title {
    margin-bottom: -15px;
}
.portfolio-title a {
    display: inline-block;
}
.portfolio-title .fa {
    font-size: 2.5em;
}
.portfolio-title .portfolio-nav, .portfolio-title .portfolio-nav-all {
    margin-top: 11px;
}
.portfolio-title .portfolio-nav {
    text-align: right;
}
.portfolio-title .portfolio-nav a {
    width: 40%;
}
.portfolio-title .portfolio-nav-all .fa {
    font-size: 2.7em;
}
.portfolio-title .fa-angle-right {
    text-align: right;
}
.portfolio-title .portfolio-nav-prev {
    text-align: left;
}
/* Portfolio Info */.portfolio-info {
    margin: 2px 0 10px;
    float: right;
}
.portfolio-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.portfolio-info ul li {
    display: inline-block;
    color: #b1b1b1;
    border-right: 1px solid #e6e6e6;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 0.9em;
}
.portfolio-info ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.portfolio-info ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #b1b1b1;
}
.portfolio-info ul li a:hover .fa-heart, .portfolio-info ul li a.linked .fa-heart {
    color: #e53f51;
}
.portfolio-info ul li .fa, .portfolio-info ul li .post-views-icon.dashicons {
    margin-right: 4px !important;
    font-size: 1em !important;
    height: 1.2em;
    line-height: 1;
    width: 1em;
}
/* Related Portfolios */.related-portfolios {
    margin-top: 35px;
}
.related-portfolios.full .row {
    margin-left: 0;
    margin-right: 0;
}
.portfolio-carousel .portfolio-slide {
    *zoom: 1;
}
.portfolio-carousel .portfolio-slide:before, .portfolio-carousel .portfolio-slide:after {
    content: " ";
    display: table;
}
.portfolio-carousel .portfolio-slide:after {
    clear: both;
}
.portfolio-carousel .portfolio-item {
    margin: 0 10px 20px;
}
.portfolio-carousel .portfolio-item.full {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
.portfolio-carousel.owl-carousel .owl-dots {
    margin-top: 0;
}
.portfolio-item-small {
    float: left;
    margin: 0 0 8px;
    padding: 0 4px;
    width: 33.3333%;
    max-width: 92px;
}
.portfolio-item-small:first-child {
    padding-top: 0;
    border-top-width: 0;
}
.portfolio-item-small .portfolio-image {
    margin: 0;
}
.portfolio-item-small .portfolio-image img {
    width: 100%;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.portfolio-item-small .portfolio-image img:hover {
    filter: none;
    -webkit-filter: none;
}
/* Portfolio List */ul.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.portfolio-list .portfolio-item {
    margin-bottom: 35px;
}
/* Portfolio Details */ul.portfolio-details {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
    font-size: 0.9em;
}
ul.portfolio-details li {
    padding: 0;
    margin: 0 0 20px;
}
ul.portfolio-details p {
    padding: 0;
    margin: 0;
}
ul.portfolio-details blockquote {
    padding: 0 0 0 10px;
    margin: 15px 0 0;
    color: #999;
}
ul.portfolio-details ul.list-skills {
    margin-left: 0;
}
ul.portfolio-details ul.list-skills li {
    margin-right: 10px;
    margin-bottom: 5px;
}
ul.portfolio-details.inline li {
    display: inline-block;
    margin-right: 20px;
}
ul.portfolio-details.inline li strong {
    margin-right: 5px;
}
ul.portfolio-details.inline li ul, ul.portfolio-details.inline li .share-links {
    display: inline-block;
}
ul.portfolio-details.inline li.pull-right {
    margin-right: 0;
}
/* Portfolio Page */.page-portfolios.portfolios-full .portfolio, .page-portfolios.portfolios-large .portfolio, .page-portfolios.portfolios-medium .portfolio {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.portfolio-row {
    position: relative;
    margin: 0 -10px;
}
.portfolio-row .portfolio {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.portfolio-row .portfolio .thumbnail {
    margin-bottom: 0;
}
.portfolios-grid .portfolio-row .portfolio .thumbnail, .portfolios-timeline .portfolio-row .portfolio .thumbnail {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
}
.portfolio-row .portfolio .thumbnail .zoom {
    z-index: 1;
}
.portfolio-row .portfolio .thumb-info-action .thumb-info-action-icon {
    z-index: 1;
}
.portfolios-grid .portfolio-row .portfolio {
    text-align: center;
}
.portfolios-grid .portfolio-row .portfolio .thumb-info {
    text-align: left;
}
.portfolio-row.full {
    margin: 0;
}
.portfolio-row.full .portfolio {
    padding: 0;
    margin: 0 !important;
    line-height: 0;
}
.portfolio-row .portfolio-col-2 {
    width: 50%;
}
@media (max-width: 480px) {
    .portfolio-row .portfolio-col-2 {
        width: 100%;
    }
}
.portfolio-row .portfolio-col-3 {
    width: 33.3333%;
}
@media (max-width: 767px) {
    .portfolio-row .portfolio-col-3 {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .portfolio-row .portfolio-col-3 {
        width: 100%;
    }
}
.portfolio-row .portfolio-col-4 {
    width: 25%;
}
@media (max-width: 991px) {
    .portfolio-row .portfolio-col-4 {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .portfolio-row .portfolio-col-4 {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .portfolio-row .portfolio-col-4 {
        width: 100%;
    }
}
.portfolio-row.portfolio-row-5 {
    margin: 0 -10px;
}
.portfolio-row .portfolio-col-5 {
    width: 20%;
    padding: 0 10px;
}
.portfolio-row .portfolio-col-5.portfolio {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .portfolio-row .portfolio-col-5 {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .portfolio-row .portfolio-col-5 {
        width: 33.3333%;
    }
}
@media (max-width: 480px) {
    .portfolio-row .portfolio-col-5 {
        width: 50%;
    }
}
.portfolio-row.portfolio-row-6 {
    margin: 0 -8px;
}
.portfolio-row .portfolio-col-6 {
    width: 16.6666%;
    padding: 0 8px;
}
.portfolio-row .portfolio-col-6.portfolio {
    margin-bottom: 16px;
}
@media (max-width: 1189px) {
    .portfolio-row .portfolio-col-6 {
        width: 20%;
    }
}
@media (max-width: 991px) {
    .portfolio-row .portfolio-col-6 {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .portfolio-row .portfolio-col-6 {
        width: 33.3333%;
    }
}
@media (max-width: 480px) {
    .portfolio-row .portfolio-col-6 {
        width: 50%;
    }
}
@media (max-width: 1189px) {
    .column2 .portfolio-row .portfolio-col-4 {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .column2 .portfolio-row .portfolio-col-4 {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .column2 .portfolio-row .portfolio-col-4 {
        width: 100%;
    }
}
.column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {
    width: 20%;
}
@media (max-width: 1189px) {
    .column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {
        width: 33.3333%;
    }
}
@media (max-width: 480px) {
    .column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 {
        width: 50%;
    }
}
.portfolios-timeline .thumbnail {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
}
.portfolios-timeline .thumbnail img {
    border-radius: 0;
}
.portfolios-timeline section.timeline .timeline-box .thumb-info {
    float: none;
    margin-bottom: 0;
}
.portfolio-item.full .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 1.42857;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.portfolio-item.full img, .portfolio-item.full .thumb-info {
    border-radius: 0;
}
.portfolio-item.full .thumb-info-title {
    background: transparent;
    bottom: auto;
    right: 0;
    left: 0;
    top: 35%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.portfolio-item.full .thumb-info-type {
    float: none;
}
.portfolio-item.full:hover .thumb-info-title {
    top: 42%;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* Responsive */@media (max-width: 991px) {
    .portfolio-nav, .portfolio-nav-all {
        display: none;
    }
}
/* Filters */.sort-source {
    clear: both;
}
.sort-source > li > a {
    cursor: pointer;
    padding: 6px 12px;
}
.sort-source.sort-source-style-2 {
    margin: 0 auto;
}
.sort-source.sort-source-style-2 > li {
    float: none;
    display: inline-block;
}
.sort-source.sort-source-style-2 > li > a, .sort-source.sort-source-style-2 > li > a:focus, .sort-source.sort-source-style-2 > li > a:hover {
    background: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    margin: 0;
    padding: 18px 28px;
    position: relative;
}
.sort-source.sort-source-style-2 > li > a:after {
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #ccc;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: 0;
    opacity: 0;
    z-index: 1;
}
.sort-source.sort-source-style-2 > li.active > a, .sort-source.sort-source-style-2 > li.active > a:focus, .sort-source.sort-source-style-2 > li.active > a:hover {
    background: transparent;
}
.sort-source.sort-source-style-2 > li.active > a:after {
    opacity: 1;
    margin-top: 18px;
}
@media (max-width: 767px) {
    .sort-source.sort-source-style-2 > li {
        display: block;
    }
    .sort-source.sort-source-style-2 > li.active > a:after {
        display: none !important;
    }
}
/* Member */article.member .member-image.single {
    margin-bottom: 30px;
}
article.member h2 a, article.member h4 a {
    text-decoration: none;
}
.member-container-top {
    padding-top: 35px;
}
.member-container-bottom {
    padding-bottom: 35px;
}
.member-image {
    margin-bottom: 15px;
}
.member-slideshow {
    text-align: center;
}
.member-title {
    margin-bottom: -10px;
}
.member-title a {
    display: inline-block;
}
.member-title .fa {
    font-size: 2.5em;
}
.member-share-links {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.member-share-links a {
    border-radius: 500px;
}
.member-row {
    position: relative;
    margin: 0 -10px;
}
.member-row .member {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.member-row .member .thumb-info {
    margin: 4px;
}
@media (max-width: 767px) {
    .member-row .member .thumb-info {
        margin: 0;
    }
}
.member-row .member .thumbnail {
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 767px) {
    .member-row .member .thumbnail {
        border: none;
        padding: 0;
    }
}
.member-row .member .thumb-info-social-icons.share-links a {
    margin: 2px;
    border-radius: 500px;
}
.member-row .member .thumbnail .zoom {
    z-index: 1;
}
@media (max-width: 991px) {
    .member-row .member {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .member-row .member {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .member-row .member {
        width: 100%;
    }
}
.column2 .member-row .member {
    width: 33.3333%;
}
@media (max-width: 767px) {
    .column2 .member-row .member {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .column2 .member-row .member {
        width: 100%;
    }
}
/* Related Members, Products */.related-members, .related.products {
    margin-top: 35px;
}
.member-carousel .member-slide {
    *zoom: 1;
}
.member-carousel .member-slide:before, .member-carousel .member-slide:after {
    content: " ";
    display: table;
}
.member-carousel .member-slide:after {
    clear: both;
}
.member-carousel .member-item {
    margin: 0 10px 20px;
}
@media (max-width: 767px) {
    .member-carousel .member-item {
        border: none;
        padding: 0;
    }
}
.member-carousel .member-item .zoom {
    z-index: 1;
}
.member-carousel.owl-carousel .owl-dots {
    margin-top: 0;
}
.member-carousel .thumb-info-social-icons {
    margin: 0 10px;
}
.member-carousel .thumb-info-social-icons.share-links a {
    margin: 2px;
    border-radius: 500px;
}
/* Page Slideshow */.page-slideshow {
    text-align: center;
}
.page-meta > * {
    display: block;
}
.page-share {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px 0 0;
}
.page-share h3 {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 200;
    margin: 5px 15px 10px;
    text-transform: none;
}
.page-share h3 i {
    margin-right: 7px;
}
.page-share .share-links {
    display: inline-block;
    margin-top: -5px;
}
.page-share.container {
    margin-bottom: 70px;
}
/*
 Animate.css - http: //daneden.me/animate
 Licensed under the MIT license
 Copyright (c) 2013 Daniel Eden
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */.appear-animation {
    opacity: 0;
}
.appear-animation-visible {
    opacity: 1;
}
.animated, .appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }
    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -o-transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}
.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}
@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
}
@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }
    40% {
        -o-transform: rotate(-10deg);
    }
    60% {
        -o-transform: rotate(5deg);
    }
    80% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}
.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}
/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}
@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
}
@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }
    15% {
        -o-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -o-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -o-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -o-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -o-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -o-transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(7deg);
    }
    30% {
        -webkit-transform: skewX(-6deg);
    }
    40% {
        -webkit-transform: skewX(5deg);
    }
    50% {
        -webkit-transform: skewX(-4deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg);
    }
    10% {
        -moz-transform: skewX(-8deg);
    }
    20% {
        -moz-transform: skewX(7deg);
    }
    30% {
        -moz-transform: skewX(-6deg);
    }
    40% {
        -moz-transform: skewX(5deg);
    }
    50% {
        -moz-transform: skewX(-4deg);
    }
    60% {
        -moz-transform: skewX(3deg);
    }
    70% {
        -moz-transform: skewX(-2deg);
    }
    80% {
        -moz-transform: skewX(1deg);
    }
    90% {
        -moz-transform: skewX(0deg);
    }
    100% {
        -moz-transform: skewX(0deg);
        opacity: 1;
    }
}
@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg);
    }
    10% {
        -o-transform: skewX(-8deg);
    }
    20% {
        -o-transform: skewX(7deg);
    }
    30% {
        -o-transform: skewX(-6deg);
    }
    40% {
        -o-transform: skewX(5deg);
    }
    50% {
        -o-transform: skewX(-4deg);
    }
    60% {
        -o-transform: skewX(3deg);
    }
    70% {
        -o-transform: skewX(-2deg);
    }
    80% {
        -o-transform: skewX(1deg);
    }
    90% {
        -o-transform: skewX(0deg);
    }
    100% {
        -o-transform: skewX(0deg);
        opacity: 1;
    }
}
@keyframes wiggle {
    0% {
        transform: skewX(9deg);
    }
    10% {
        transform: skewX(-8deg);
    }
    20% {
        transform: skewX(7deg);
    }
    30% {
        transform: skewX(-6deg);
    }
    40% {
        transform: skewX(5deg);
    }
    50% {
        transform: skewX(-4deg);
    }
    60% {
        transform: skewX(3deg);
    }
    70% {
        transform: skewX(-2deg);
    }
    80% {
        transform: skewX(1deg);
    }
    90% {
        transform: skewX(0deg);
    }
    100% {
        transform: skewX(0deg);
        opacity: 1;
    }
}
.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }
    80% {
        -moz-transform: translateY(10px);
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }
    80% {
        -o-transform: translateY(10px);
    }
    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }
    80% {
        -moz-transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }
    80% {
        -o-transform: translateX(-10px);
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes menuFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes menuFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes menuFadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes menuFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.menuFadeInUp {
    -webkit-animation-name: menuFadeInUp;
    -moz-animation-name: menuFadeInUp;
    -o-animation-name: menuFadeInUp;
    animation-name: menuFadeInUp;
}
@-webkit-keyframes menuFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes menuFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes menuFadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes menuFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.menuFadeInDown {
    -webkit-animation-name: menuFadeInDown;
    -moz-animation-name: menuFadeInDown;
    -o-animation-name: menuFadeInDown;
    animation-name: menuFadeInDown;
}
@-webkit-keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.menuFadeInLeft {
    -webkit-animation-name: menuFadeInLeft;
    -moz-animation-name: menuFadeInLeft;
    -o-animation-name: menuFadeInLeft;
    animation-name: menuFadeInLeft;
}
@-webkit-keyframes menuFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes menuFadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes menuFadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes menuFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.menuFadeInRight {
    -webkit-animation-name: menuFadeInRight;
    -moz-animation-name: menuFadeInRight;
    -o-animation-name: menuFadeInRight;
    animation-name: menuFadeInRight;
}
/* Mega Menu */.mega-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
.mega-menu:before, .mega-menu:after {
    content: " ";
    display: table;
}
.mega-menu:after {
    clear: both;
}
.mega-menu li.menu-item {
    display: block;
    position: relative;
}
.mega-menu li.menu-item > a, .mega-menu li.menu-item > h5 {
    display: block;
    text-decoration: none;
    text-align: left;
    position: relative;
    outline: medium none;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
    font-size: inherit;
}
.mega-menu li.menu-item > a > .fa, .mega-menu li.menu-item > h5 > .fa {
    width: 18px;
    text-align: center;
}
.mega-menu li.menu-item > a > .fa, .mega-menu li.menu-item > h5 > .fa, .mega-menu li.menu-item > a > .avatar, .mega-menu li.menu-item > h5 > .avatar {
    margin-right: 5px;
}
.mega-menu li.menu-item > a > .avatar img, .mega-menu li.menu-item > h5 > .avatar img {
    margin-top: -5px;
    margin-bottom: -4px;
}
.mega-menu li.menu-item > a > .thumb-info-preview, .mega-menu li.menu-item > h5 > .thumb-info-preview {
    position: absolute;
    display: block;
    left: 100%;
    opacity: 0;
    border: 0;
    padding-left: 10px;
    background: transparent;
    overflow: visible;
    margin: 15px 0 0;
    top: -1000px;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
    max-width: none;
}
.mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper, .mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper {
    background: #fff;
    display: block;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 4px;
    text-align: left;
}
.mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image, .mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image {
    width: 182px;
    height: 136px;
    min-height: 0;
    transition: all 5s linear 0s;
}
.mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image, .mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image.fixed-image {
    background-position: left top;
    background-size: auto 100%;
}
.mega-menu li.menu-item > a:hover, .mega-menu li.menu-item > h5:hover {
    z-index: 1;
}
.mega-menu li.menu-item > a:hover > .thumb-info-preview, .mega-menu li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
}
.mega-menu li.menu-item > h5 {
    cursor: default;
}
.mega-menu ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mega-menu > li.menu-item {
    float: left;
}
.mega-menu > li.menu-item + li.menu-item {
    margin-left: 2px;
}
.mega-menu > li.menu-item.narrow {
    position: relative;
}
.mega-menu > li.menu-item.has-sub > a .thumb-info-preview, .mega-menu > li.menu-item.has-sub > h5 .thumb-info-preview {
    display: none;
}
.mega-menu > li.menu-item > a, .mega-menu > li.menu-item > h5 {
    display: inline-block;
    font-size: 0.8571em;
    font-weight: bold;
    line-height: 20px;
    padding: 9px 12px 8px;
}
@media (max-width: 1189px) {
    .mega-menu > li.menu-item > a, .mega-menu > li.menu-item > h5 {
        padding: 9px 9px 8px;
    }
}
.mega-menu > li.menu-item > a > .fa, .mega-menu > li.menu-item > h5 > .fa {
    width: auto;
}
.mega-menu > li.menu-item > a .tip, .mega-menu > li.menu-item > h5 .tip {
    position: absolute;
    top: -9px;
    right: 10px;
}
.mega-menu > li.menu-item > a .tip .tip-arrow:before, .mega-menu > li.menu-item > h5 .tip .tip-arrow:before {
    content: "\f125";
    left: 2px;
    bottom: -3px;
    top: auto;
    width: auto;
    height: auto;
}
.mega-menu > li.menu-item > a > .thumb-info-preview, .mega-menu > li.menu-item > h5 > .thumb-info-preview {
    left: -100%;
    right: -100%;
    padding-left: 0;
    padding-top: 10px;
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    margin: auto;
    width: 190px;
}
.mega-menu > li.menu-item > a:hover > .thumb-info-preview, .mega-menu > li.menu-item > h5:hover > .thumb-info-preview {
    top: 100%;
    transform: translate3d(0, 0, 0);
}
.mega-menu > li.menu-item.active > a, .mega-menu > li.menu-item:hover > a, .mega-menu > li.menu-item.active > h5, .mega-menu > li.menu-item:hover > h5 {
    color: #fff;
    border-radius: 4px;
}
.mega-menu > li.menu-item.has-sub:hover {
    z-index: 111;
}
.mega-menu > li.menu-item.has-sub:hover > a, .mega-menu > li.menu-item.has-sub:hover > h5 {
    border-radius: 4px 4px 0 0;
    margin-bottom: -3px;
    padding-bottom: 11px;
}
.menu-arrow .mega-menu > li.has-sub > a:after, .menu-arrow .mega-menu > li.has-sub > h5:after {
    content: "\f0d7";
    font-family: "FontAwesome";
}
.mega-menu .popup {
    position: absolute;
    left: 0;
    text-align: left;
    top: 100%;
    display: none;
    margin: 2px 0 0;
    z-index: 111;
}
.mega-menu .popup > .inner {
    *zoom: 1;
}
.mega-menu .popup > .inner:before, .mega-menu .popup > .inner:after {
    content: " ";
    display: table;
}
.mega-menu .popup > .inner:after {
    clear: both;
}
.mega-menu .popup ul.sub-menu {
    position: relative;
}
.mega-menu .popup li.menu-item {
    padding: 0;
    float: none;
}
.mega-menu .wide .popup {
    border-radius: 4px;
    border-top: 5px solid #ccc;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    right: auto;
    left: 0;
}
.mega-menu .wide .popup > .inner {
    border-radius: 0 0 4px 4px;
    padding: 25px 20px 10px;
    background: #fff;
}
.mega-menu .wide .popup > .inner > ul.sub-menu {
    max-width: 100%;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
    float: left;
    padding: 0 10px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    color: #333;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
    padding-bottom: 15px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
    margin-left: -8px;
    padding: 4px 8px;
    font-size: 0.9em;
    line-height: 20px;
    font-weight: normal;
    border-radius: 4px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
    background: #f4f4f4;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {
    padding-left: 10px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
    margin-bottom: -10px;
}
.mega-menu .wide .popup > .inner li.menu-item > a.has-preview, .mega-menu .wide .popup > .inner li.menu-item > h5.has-preview {
    display: inline-block;
}
.mega-menu .wide .popup > .inner .container {
    width: auto;
    padding: 0;
}
.mega-menu .wide.pos-left .popup {
    border-radius: 0 4px 4px 4px;
}
.mega-menu .wide.pos-right .popup {
    border-radius: 4px 0 4px 4px;
}
.mega-menu .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0 4px 4px 4px;
}
.mega-menu .narrow .popup ul.sub-menu {
    min-width: 180px;
    padding: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-top: 0 solid #ccc;
    z-index: 10;
}
.mega-menu .narrow .popup ul.sub-menu ul.sub-menu {
    border-radius: 4px;
    position: absolute;
    left: 100%;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: -5px;
}
.mega-menu .narrow .popup li.menu-item > a, .mega-menu .narrow .popup li.menu-item > h5 {
    color: #fff;
    font-weight: 400;
    padding: 8px;
    font-size: 0.9em;
    line-height: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}
.mega-menu .narrow .popup li.menu-item:last-child > a, .mega-menu .narrow .popup li.menu-item:last-child > h5 {
    border-bottom-width: 0;
}
.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}
.mega-menu .narrow .popup li.menu-item-has-children > a, .mega-menu .narrow .popup li.menu-item-has-children > h5 {
    padding-right: 20px;
}
.mega-menu .narrow .popup li.menu-item-has-children > a:before, .mega-menu .narrow .popup li.menu-item-has-children > h5:before {
    content: "\f0da";
    float: right;
    margin-right: -14px;
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: 22px;
}
.mega-menu .narrow .popup li.menu-item-has-children > a .thumb-info-preview, .mega-menu .narrow .popup li.menu-item-has-children > h5 .thumb-info-preview {
    display: none;
}
.mega-menu .narrow.pos-left .popup {
    left: 0px;
    right: auto;
}
.mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu {
    border-radius: 0 4px 4px 4px;
}
.mega-menu .narrow.pos-left .popup ul.sub-menu ul.sub-menu {
    left: 100%;
    right: auto;
}
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > a:before, .mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5:before {
    content: "\f0da";
}
.mega-menu .narrow.pos-left .popup li.menu-item > a > .thumb-info-preview, .mega-menu .narrow.pos-left .popup li.menu-item > h5 > .thumb-info-preview {
    left: 100%;
    right: auto;
    padding-left: 10px;
    padding-right: 0;
    transform: translate3d(-30px, 0, 0);
}
.mega-menu .narrow.pos-left .popup li.menu-item > a:hover > .thumb-info-preview, .mega-menu .narrow.pos-left .popup li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
}
.mega-menu .narrow.pos-right .popup {
    right: 0px;
    left: auto;
}
.mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu {
    border-radius: 4px 0 4px 4px;
}
.mega-menu .narrow.pos-right .popup ul.sub-menu ul.sub-menu {
    right: 100%;
    left: auto;
}
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > a:before, .mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5:before {
    content: "\f0d9";
}
.mega-menu .narrow.pos-right .popup li.menu-item > a > .thumb-info-preview, .mega-menu .narrow.pos-right .popup li.menu-item > h5 > .thumb-info-preview {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 10px;
    transform: translate3d(30px, 0, 0);
}
.mega-menu .narrow.pos-right .popup li.menu-item > a:hover > .thumb-info-preview, .mega-menu .narrow.pos-right .popup li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
}
.mega-menu .tip {
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 2px;
    line-height: 1;
    padding: 2px;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
}
.mega-menu .tip.hot {
    background-color: #eb2771;
}
.mega-menu .tip.hot .tip-arrow:before {
    color: #eb2771;
}
.mega-menu .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    position: absolute;
    width: 4px;
    height: 6px;
    margin: auto;
    content: "\f126";
    left: -4px;
    text-align: right;
    top: 0;
    bottom: 0;
}
.mega-menu .inline-menu-item {
    display: inline-block;
}
.mega-menu.effect-down .popup {
    top: -2000px;
}
.mega-menu.effect-down .popup li.menu-item > a, .mega-menu.effect-down .popup li.menu-item > h5 {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item .popup {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a, .mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover .popup {
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover li.menu-item > a, .mega-menu.effect-down > li.menu-item:hover li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.effect-fadein-up > li.menu-item .popup {
    -webkit-animation: menuFadeInUp 0.2s ease-out;
    -moz-animation: menuFadeInUp 0.2s ease-out;
    animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.effect-fadein-down > li.menu-item .popup {
    -webkit-animation: menuFadeInDown 0.2s ease-out;
    -moz-animation: menuFadeInDown 0.2s ease-out;
    animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.effect-fadein > li.menu-item .popup {
    -webkit-animation: fadeIn 0.2s ease-out;
    -moz-animation: fadeIn 0.2s ease-out;
    animation: fadeIn 0.2s ease-out;
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
    display: block !important;
    top: -2000px;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a, .mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a, .mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -moz-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -moz-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -moz-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -moz-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -moz-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -moz-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInUp 0.2s ease-out;
    -moz-animation: menuFadeInUp 0.2s ease-out;
    animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInDown 0.2s ease-out;
    -moz-animation: menuFadeInDown 0.2s ease-out;
    animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: fadeIn 0.2s ease-out;
    -moz-animation: fadeIn 0.2s ease-out;
    animation: fadeIn 0.2s ease-out;
}
.mega-menu.show-arrow > li.has-sub > a:after, .mega-menu.show-arrow > li.has-sub > h5:after {
    display: inline-block;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 0.8333em;
    margin: 0 0 0 5px;
    line-height: 1;
}
.mega-menu.menu-flat li.menu-item > a > .thumb-info-preview .thumb-info-wrapper, .mega-menu.menu-flat li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper {
    border-radius: 0 !important;
}
.mega-menu.menu-flat > li.menu-item + li.menu-item {
    margin-left: 0;
}
.mega-menu.menu-flat > li.menu-item.active > a, .mega-menu.menu-flat > li.menu-item:hover > a, .mega-menu.menu-flat > li.menu-item.active > h5, .mega-menu.menu-flat > li.menu-item:hover > h5 {
    border-radius: 0 !important;
}
.mega-menu.menu-flat > li.menu-item.has-sub:hover > a, .mega-menu.menu-flat > li.menu-item.has-sub:hover > h5 {
    border-radius: 0 !important;
}
.mega-menu.menu-flat .popup {
    margin: 0;
}
.mega-menu.menu-flat .wide .popup {
    border-radius: 0 !important;
}
.mega-menu.menu-flat .wide .popup > .inner {
    border-radius: 0 !important;
}
.mega-menu.menu-flat .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .mega-menu.menu-flat .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
    border-radius: 0 !important;
}
.mega-menu.menu-flat .wide.pos-left .popup, .mega-menu.menu-flat .wide.pos-right .popup {
    border-radius: 0 !important;
}
.mega-menu.menu-flat .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0 !important;
}
.mega-menu.menu-flat .narrow .popup ul.sub-menu ul.sub-menu {
    border-radius: 0 !important;
}
.mega-menu.menu-flat .narrow.pos-left .popup > .inner > ul.sub-menu, .mega-menu.menu-flat .narrow.pos-right .popup > .inner > ul.sub-menu {
    border-radius: 0 !important;
}
.mega-menu.menu-flat-border > li.menu-item > a, .mega-menu.menu-flat-border > li.menu-item > h5 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-menu.menu-flat-border > li.menu-item:last-child > a, .mega-menu.menu-flat-border > li.menu-item:last-child > h5 {
    border-right: 0 none;
}
.accordion-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.9em;
}
.accordion-menu > li, .accordion-menu ul.sub-menu > li {
    position: relative;
}
.accordion-menu li.menu-item > a, .accordion-menu li.menu-item > h5 {
    position: relative;
    display: block;
    outline: medium none;
    text-decoration: none;
    text-align: left;
    margin: 1px 0 0;
    padding: 5px 6px;
    line-height: 25px;
    font-weight: 400;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    font-family: inherit;
    font-size: inherit;
}
.accordion-menu li.menu-item > a > .flag, .accordion-menu li.menu-item > h5 > .flag {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-top: -5px;
    margin-right: 5px;
    vertical-align: middle;
}
.accordion-menu li.menu-item > a > .fa, .accordion-menu li.menu-item > h5 > .fa {
    width: 18px;
    text-align: center;
}
.accordion-menu li.menu-item > a > .fa, .accordion-menu li.menu-item > h5 > .fa, .accordion-menu li.menu-item > a > .avatar, .accordion-menu li.menu-item > h5 > .avatar {
    margin-right: 5px;
}
.accordion-menu li.menu-item > a > .avatar img, .accordion-menu li.menu-item > h5 > .avatar img {
    margin-top: -5px;
    margin-bottom: -4px;
}
.accordion-menu li.menu-item.has-sub > a, .accordion-menu li.menu-item.has-sub > h5 {
    padding-right: 33px;
}
.accordion-menu ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.accordion-menu .arrow {
    border-radius: 3px;
    position: absolute;
    top: 6px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    font-family: "FontAwesome";
    line-height: 25px;
    vertical-align: top;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.accordion-menu .arrow:before {
    content: "\f067";
}
.accordion-menu .open > .arrow:before {
    content: "\f068";
}
.accordion-menu .tip {
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 2px;
    line-height: 1;
    padding: 2px;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
}
.accordion-menu .tip.hot {
    background-color: #eb2771;
}
.accordion-menu .tip.hot .tip-arrow:before {
    color: #eb2771;
}
.accordion-menu .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    position: absolute;
    width: 4px;
    height: 6px;
    margin: auto;
    left: -4px;
    text-align: right;
    content: "\f126";
    top: 0;
    bottom: 0;
}
@media (max-width: 991px) {
    #main-sidebar-menu {
        display: none;
    }
}
.widget_sidebar_menu {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fbfbfb;
    margin-top: 0;
}
.widget_sidebar_menu + .widget-block {
    margin-top: 20px;
}
.widget_sidebar_menu + .widget_product_categories, .widget_sidebar_menu + .widget_price_filter, .widget_sidebar_menu + .widget_layered_nav, .widget_sidebar_menu + .widget_layered_nav_filters {
    margin-top: 15px;
}
@media (max-width: 991px) {
    .widget_sidebar_menu {
        overflow: hidden;
    }
}
.widget_sidebar_menu.closed .widget-title {
    border-radius: 7px;
    margin-bottom: -1px;
}
.widget_sidebar_menu .widget-title {
    border-radius: 7px 7px 0 0;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 0.9286em;
    font-weight: 700;
    line-height: 18px;
    padding: 12px 15px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
@media (max-width: 1189px) {
    .widget_sidebar_menu .widget-title {
        font-size: 0.8571em;
        line-height: 16px;
        padding: 10px 15px;
    }
}
.widget_sidebar_menu .widget-title .toggle {
    display: inline-block;
    width: 1.8571em;
    height: 1.8571em;
    line-height: 1.7572em;
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
    right: 1.0714em;
    top: 1px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    font-family: "FontAwesome";
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.widget_sidebar_menu .widget-title .toggle:before {
    content: "\f0d8";
}
.widget_sidebar_menu .widget-title .toggle:hover {
    color: #fff;
}
.widget_sidebar_menu .widget-title .toggle.closed:before {
    content: "\f0d7";
}
.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
.sidebar-menu:before, .sidebar-menu:after {
    content: " ";
    display: table;
}
.sidebar-menu:after {
    clear: both;
}
.sidebar-menu li.menu-item {
    display: block;
    position: relative;
}
.sidebar-menu li.menu-item > a, .sidebar-menu li.menu-item > h5 {
    display: block;
    text-decoration: none;
    text-align: left;
    position: relative;
    outline: medium none;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
    font-size: inherit;
}
.sidebar-menu li.menu-item > a > .fa, .sidebar-menu li.menu-item > h5 > .fa {
    width: 18px;
    text-align: center;
}
.sidebar-menu li.menu-item > a > .fa, .sidebar-menu li.menu-item > h5 > .fa, .sidebar-menu li.menu-item > a > .avatar, .sidebar-menu li.menu-item > h5 > .avatar {
    margin-right: 5px;
}
.sidebar-menu li.menu-item > a > .avatar img, .sidebar-menu li.menu-item > h5 > .avatar img {
    margin-top: -5px;
    margin-bottom: -4px;
}
.sidebar-menu li.menu-item > a > .thumb-info-preview, .sidebar-menu li.menu-item > h5 > .thumb-info-preview {
    position: absolute;
    display: block;
    left: 100%;
    opacity: 0;
    border: 0;
    padding-left: 10px;
    background: transparent;
    overflow: visible;
    margin: 15px 0 0;
    top: -1000px;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
    max-width: none;
}
.sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper, .sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper {
    background: #fff;
    display: block;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 4px;
    text-align: left;
}
.sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image, .sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image {
    width: 182px;
    height: 136px;
    min-height: 0;
    transition: all 5s linear 0s;
}
.sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image, .sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image.fixed-image {
    background-position: left top;
    background-size: auto 100%;
}
.sidebar-menu li.menu-item > a:hover, .sidebar-menu li.menu-item > h5:hover {
    z-index: 1;
}
.sidebar-menu li.menu-item > a:hover > .thumb-info-preview, .sidebar-menu li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
}
.sidebar-menu li.menu-item > h5 {
    cursor: default;
}
.sidebar-menu ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-menu > li.menu-item {
    float: none;
}
.sidebar-menu > li.menu-item:first-child > a, .sidebar-menu > li.menu-item:first-child > h5 {
    border-top-width: 0;
}
.sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0 0 7px 7px;
}
.sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover {
    border-radius: 0 0 0 7px;
}
.right-sidebar .sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover {
    border-radius: 0 0 7px 0;
}
.sidebar-menu > li.menu-item.has-sub > a .thumb-info-preview, .sidebar-menu > li.menu-item.has-sub > h5 .thumb-info-preview {
    display: none;
}
.sidebar-menu > li.menu-item > a, .sidebar-menu > li.menu-item > h5 {
    display: block;
    line-height: 18px;
    padding: 12px 5px;
    margin: 0 10px -1px;
    border-top: 1px solid #ddd;
}
@media (max-width: 1189px) {
    .sidebar-menu > li.menu-item > a, .sidebar-menu > li.menu-item > h5 {
        font-size: 0.9286em;
        line-height: 16px;
        padding: 9px 5px;
    }
}
.sidebar-menu > li.menu-item.active:hover > a, .sidebar-menu > li.menu-item.active:hover > h5 {
    color: #fff;
}
.sidebar-menu > li.menu-item:hover > a, .sidebar-menu > li.menu-item:hover > h5 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.sidebar-menu > li.menu-item:hover > .arrow:before {
    border-left-color: #fff;
}
.sidebar-menu > li.menu-item > .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
}
@media (max-width: 991px) {
    .sidebar-menu > li.menu-item > .arrow, .right-sidebar .sidebar-menu > li.menu-item > .arrow {
        margin: 0;
        top: 7px;
    }
}
.sidebar-menu > li.menu-item > .arrow:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #333;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
@media (max-width: 991px) {
}
.sidebar-menu .popup {
    text-align: left;
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    z-index: 111;
}
@media (max-width: 991px) {
    .sidebar-menu .popup {
        position: static;
        margin-bottom: -1px;
    }
}
.right-sidebar .sidebar-menu .popup {
    right: 100%;
    left: auto;
}
.sidebar-menu .popup > .inner {
    margin: 0;
}
.sidebar-menu .popup ul.sub-menu {
    position: relative;
}
.sidebar-menu .popup li.menu-item {
    padding: 0;
}
.sidebar-menu .wide .popup {
    border-radius: 0 6px 6px 6px;
    margin-left: -1px;
    border-left: 10px solid #ccc;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.right-sidebar .sidebar-menu .wide .popup {
    border-radius: 6px 0 6px 6px;
    border-left-width: 0;
    border-right: 10px solid #ccc;
    margin-left: 0;
    margin-right: -1px;
}
.sidebar-menu .wide .popup > .inner {
    padding: 25px 20px 10px;
    background: #fff;
    border-radius: 0 6px 6px 6px;
    margin-left: -5px;
    *zoom: 1;
}
.sidebar-menu .wide .popup > .inner:before, .sidebar-menu .wide .popup > .inner:after {
    content: " ";
    display: table;
}
.sidebar-menu .wide .popup > .inner:after {
    clear: both;
}
.right-sidebar .sidebar-menu .wide .popup > .inner {
    border-radius: 6px 0 6px 6px;
    margin-left: 0;
    margin-right: -5px;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu {
    max-width: 100%;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
    float: left;
    padding: 0 10px;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    color: #333;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
    padding-bottom: 12px;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
    margin-left: -8px;
    padding: 3px 8px;
    font-size: 0.9em;
    line-height: 20px;
    font-weight: normal;
    border-radius: 4px;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
    background: #f4f4f4;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {
    padding-left: 10px;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
    margin-bottom: -10px;
}
.sidebar-menu .wide .popup > .inner li.menu-item > a.has-preview, .sidebar-menu .wide .popup > .inner li.menu-item > h5.has-preview {
    display: inline-block;
}
.sidebar-menu .wide .popup > .inner .container {
    width: auto;
    padding: 0;
}
@media (max-width: 991px) {
    .sidebar-menu .wide .popup, .right-sidebar .sidebar-menu .wide .popup {
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0;
    }
    .sidebar-menu .wide .popup .inner, .right-sidebar .sidebar-menu .wide .popup .inner {
        border-radius: 0;
        margin: 0;
    }
}
.sidebar-menu .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0 6px 6px 6px;
}
.right-sidebar .sidebar-menu .narrow .popup > .inner > ul.sub-menu {
    border-radius: 6px 0 6px 6px;
}
.sidebar-menu .narrow .popup ul.sub-menu {
    min-width: 180px;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    z-index: 10;
}
@media (max-width: 991px) {
    .sidebar-menu .narrow .popup ul.sub-menu {
        box-shadow: none;
        border-radius: 0;
    }
}
.sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
    display: none;
}
@media (max-width: 991px) {
    .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
        position: static;
        padding: 0 0 0 5px;
    }
}
.right-sidebar .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
    left: auto;
    right: 100%;
}
.sidebar-menu .narrow .popup li.menu-item > a, .sidebar-menu .narrow .popup li.menu-item > h5 {
    color: #fff;
    font-weight: 400;
    padding: 7px 15px 7px 8px;
    font-size: 0.9em;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}
.right-sidebar .sidebar-menu .narrow .popup li.menu-item > a > .thumb-info-preview, .right-sidebar .sidebar-menu .narrow .popup li.menu-item > h5 > .thumb-info-preview {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 10px;
    transform: translate3d(30px, 0, 0);
}
.right-sidebar .sidebar-menu .narrow .popup li.menu-item > a:hover > .thumb-info-preview, .right-sidebar .sidebar-menu .narrow .popup li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
}
.sidebar-menu .narrow .popup li.menu-item:last-child > a, .sidebar-menu .narrow .popup li.menu-item:last-child > h5 {
    border-bottom-color: transparent;
}
.sidebar-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
    display: block;
}
.sidebar-menu .narrow .popup li.menu-item-has-children > a, .sidebar-menu .narrow .popup li.menu-item-has-children > h5 {
    padding-right: 15px;
}
.sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
    content: "\f0da";
    float: right;
    margin-right: -13px;
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: 22px;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
    content: "\f0d9";
}
@media (max-width: 991px) {
    .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
        content: "\f0d7";
    }
    .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
        margin-right: -7px;
    }
}
.sidebar-menu .narrow .popup li.menu-item-has-children > a .thumb-info-preview, .sidebar-menu .narrow .popup li.menu-item-has-children > h5 .thumb-info-preview {
    display: none;
}
.sidebar-menu .narrow .popup li.menu-item-has-children:hover > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children:hover > h5:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sidebar-menu .tip {
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    border-radius: 2px;
    line-height: 1;
    padding: 2px;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
}
.sidebar-menu .tip.hot {
    background-color: #eb2771;
}
.sidebar-menu .tip.hot .tip-arrow:before {
    color: #eb2771;
}
.sidebar-menu .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    position: absolute;
    content: "\f126";
    text-align: right;
    left: -4px;
    width: 4px;
    height: 6px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.sidebar-menu .menu-custom-block span {
    display: none;
}
.sidebar-menu .menu-custom-block a {
    border-top: 1px solid #ddd;
    line-height: 18px;
    margin: 0 10px -1px;
    padding: 12px 5px;
    display: block;
    text-decoration: none;
}
@media (max-width: 1189px) {
    .sidebar-menu .menu-custom-block a {
        font-size: 0.9286em;
        line-height: 16px;
        padding: 9px 5px;
    }
}
.sidebar-menu .menu-custom-block a:hover {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.sidebar-menu .menu-custom-block a:last-child:hover {
    border-radius: 0 0 7px 7px;
}
.sidebar-menu.has-main-menu > li.menu-item:first-child > a, .sidebar-menu.has-main-menu > li.menu-item:first-child > h5 {
    border-top-width: 1px;
}
.sidebar-menu.has-side-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover {
    border-radius: 0;
}
.sidebar-menu.subeffect-down .popup {
    top: -2000px;
}
.sidebar-menu.subeffect-down .popup li.menu-item > a, .sidebar-menu.subeffect-down .popup li.menu-item > h5 {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.sidebar-menu.subeffect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a, .sidebar-menu.subeffect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sidebar-menu.subeffect-down > li.menu-item:hover .popup {
    top: 0;
}
.sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > a, .sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
    display: block !important;
    top: -2000px;
}
.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a, .sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: -5px;
}
.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a, .sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sidebar-menu.subeffect-fadein-left > li.menu-item .popup {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -moz-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
}
.right-sidebar .sidebar-menu.subeffect-fadein-left > li.menu-item .popup {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -moz-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -moz-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
}
.right-sidebar .sidebar-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -moz-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein-right > li.menu-item .popup {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -moz-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
}
.right-sidebar .sidebar-menu.subeffect-fadein-right > li.menu-item .popup {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -moz-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -moz-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
}
.right-sidebar .sidebar-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -moz-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein-up > li.menu-item .popup {
    -webkit-animation: menuFadeInUp 0.2s ease-out;
    -moz-animation: menuFadeInUp 0.2s ease-out;
    animation: menuFadeInUp 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInUp 0.2s ease-out;
    -moz-animation: menuFadeInUp 0.2s ease-out;
    animation: menuFadeInUp 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein-down > li.menu-item .popup {
    -webkit-animation: menuFadeInDown 0.2s ease-out;
    -moz-animation: menuFadeInDown 0.2s ease-out;
    animation: menuFadeInDown 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: menuFadeInDown 0.2s ease-out;
    -moz-animation: menuFadeInDown 0.2s ease-out;
    animation: menuFadeInDown 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein > li.menu-item .popup {
    -webkit-animation: fadeIn 0.2s ease-out;
    -moz-animation: fadeIn 0.2s ease-out;
    animation: fadeIn 0.2s ease-out;
}
.sidebar-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    -webkit-animation: fadeIn 0.2s ease-out;
    -moz-animation: fadeIn 0.2s ease-out;
    animation: fadeIn 0.2s ease-out;
}
/* Header */.header-wrapper.wide .container {
    width: 100%;
}
#header {
    clear: both;
}
#header a, #header a:hover {
    text-decoration: none;
    outline: none;
}
#header .header-top .container, #header .header-main .container {
    position: relative;
    display: table;
}
#header .header-top .container > div, #header .header-main .container > div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
#header .header-left {
    text-align: left;
}
#header .header-center {
    text-align: left;
}
#header .header-right {
    text-align: right;color:#999;
}
#header .header-right span{font-size:14px}
#header .header-main {
    position: relative;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
#header .header-main .container {
    min-height: 108px;
}
@media (max-width: 480px) {
    #header .header-main .container {
        min-height: 43px;
    }
}
#header .header-main .container .header-left {
    padding: 20px 0;
}
@media (max-width: 767px) {
    #header .header-main .container .header-left {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
}
#header .header-main .container .header-center {
    padding: 20px 40px;
}
@media (max-width: 767px) {
    #header .header-main .container .header-center {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
}
#header .header-main .container .header-right {
    padding: 20px 0;
}
@media (max-width: 767px) {
    #header .header-main .container .header-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
#header .header-main .container .header-right .header-minicart {
    position: relative;
    padding-right: 60px;
}
@media (max-width: 480px) {
    #header .header-main .container .header-right .header-minicart {
        position: static;
        padding-right: 0;
    }
}
#header .header-main .container .header-right .header-minicart-box {
    position: relative;
    padding-right: 85px;
}
@media (max-width: 480px) {
    #header .header-main .container .header-right .header-minicart-box {
        position: static;
        padding-right: 0;
    }
}
#header .header-main .container .header-right .searchform-popup {
    margin-right: 3px;
}
#header .header-main .container #main-menu {
    display: inline-block;
    vertical-align: middle;
}
#header .header-top {
    position: relative;
    z-index: 1001;
    font-size: 0.7857em;
}
@media (max-width: 991px) {
    #header .header-top .gap {
        display: none;
    }
    #header .header-top .switcher-gap {
        display: inline;
    }
}
#header.logo-center .header-main .container .header-left {
    width: 35%;
    padding-right: 20px;
}
@media (max-width: 991px) {
    #header.logo-center .header-main .container .header-left {
        display: inline-block;
        width: auto;
    }
}
#header.logo-center .header-main .container .header-center {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
#header.logo-center .header-main .container .header-center .logo {
    margin: 0 auto !important;
}
#header.logo-center .header-main .container .header-center .logo img {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
@media (max-width: 991px) {
    #header.logo-center .header-main .container .header-center {
        display: inline-block;
        width: auto;
        text-align: left;
    }
    #header.logo-center .header-main .container .header-center .logo {
        margin: 0 !important;
    }
    #header.logo-center .header-main .container .header-center .logo img {
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}
@media (max-width: 480px) {
    #header.logo-center .header-main .container .header-center .logo {
        margin: 0 auto !important;
    }
}
#header.logo-center .header-main .container .header-right {
    width: 35%;
    padding-left: 20px;
}
@media (max-width: 991px) {
    #header.logo-center .header-main .container .header-right {
        width: auto;
    }
}
#header .gap {
    font-weight: 300;
    margin: 0 10px;
}
#header .gap.switcher-gap {
    margin: 0 5px;
}
#header .mobile-show {
    display: none;
}
@media (max-width: 991px) {
    #header .mobile-hide {
        display: none;
    }
    #header .mobile-show {
        display: inline;
    }
}
#header.sticky-header .header-main {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#header.sticky-header .header-main.change-logo .container > div {
    padding-top: 8px;
    padding-bottom: 8px;
}
@media (max-width: 480px) {
    #header.sticky-header .header-main.change-logo .container > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
#header.sticky-header .header-main.change-logo .logo img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
#header.sticky-header .header-main.sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 1001;
}
#header.sticky-header .header-main.sticky .container.absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#header.sticky-header .logo {
    min-width: 0;
}
@media (max-width: 480px) {
    #header.sticky-header .logo {
        display: none;
    }
}
#header.sticky-header .main-menu-wrap {
    position: fixed;
    border-bottom-width: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1001;
    padding: 8px 0;
}
#header.sticky-header .main-menu-wrap, .fixed-header #header.sticky-header .main-menu-wrap {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
#header.sticky-header .main-menu-wrap.menu-flat, .fixed-header #header.sticky-header .main-menu-wrap.menu-flat, #header.sticky-header .main-menu-wrap.menu-flat-border, .fixed-header #header.sticky-header .main-menu-wrap.menu-flat-border {
    padding: 0;
}
#header.sticky-header-calc .header-main.sticky, #header.sticky-header-calc .main-menu-wrap, #header.sticky-header-calc .logo img, #header.sticky-header-calc .header-main.change-logo .container > div {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.fixed-header.header-transparent-bottom-border #header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fixed-header #header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    z-index: 1001;
    border-top-width: 0;
}
.fixed-header #header .header-main, .fixed-header #header .main-menu-wrap {
    position: relative;
    top: 0;
}
.fixed-header #header.sticky-header {
    padding-bottom: 0 !important;
    border-bottom: none;
}
.fixed-header #header.sticky-header .header-main, .fixed-header #header.sticky-header .main-menu-wrap {
    position: fixed;
}
.fixed-header #header .header-main .container > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .fixed-header #header .header-main .container > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.fixed-header #header .searchform {
    -webkit-transition: background 0.3s ease 0s, border 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s, border 0.3s ease 0s;
    transition: background 0.3s ease 0s, border 0.3s ease 0s;
}
.fixed-header #header .main-menu-wrap #main-menu .mega-menu {
    background: transparent;
}
.fixed-header #header #main-menu .mega-menu {
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.fixed-header #header.sticky-header .main-menu-wrap {
    padding: 8px 0;
}
#header-boxed {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
#header-boxed #header.sticky-header .header-main.sticky {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    #header-boxed #header.sticky-header .header-main.sticky {
        max-width: 760px;
    }
}
@media (min-width: 992px) {
    #header-boxed #header.sticky-header .header-main.sticky {
        max-width: 980px;
    }
}
#header-boxed #header.sticky-header .main-menu-wrap {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    #header-boxed #header.sticky-header .main-menu-wrap {
        max-width: 980px;
    }
}
/* Logo */#header .logo {
    margin: 0;
    padding: 0;
    min-width: 100px;
}
@media (max-width: 991px) {
    #header .logo {
        min-width: 0;
    }
}
@media (max-width: 480px) {
    #header .logo {
        text-align: center;
        margin: -15px auto 0;
    }
}
#header .logo a {
    display: inline-block;
    max-width: 100%;
}
#header .logo img {
    display: inline-block;
    color: transparent;
    max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
@media not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #header .logo img.standard-logo {
        display: none;
    }
    #header .logo img.retina-logo {
        display: inline-block !important;
    }
}
#header .welcome-msg {
    display: inline-block;
    vertical-align: middle;
}
#header .welcome-msg p {
    margin: 12px 0;
}
#header .switcher-wrap {
    display: inline-block;
    white-space: nowrap;
}
#header .switcher-wrap ul:first-child {
    margin-left: 0;
}
#header .currency-switcher, #header .view-switcher, #header .top-links {
    font-size: 0.7857em;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
}
#header .currency-switcher li.menu-item > a .flag, #header .view-switcher li.menu-item > a .flag, #header .top-links li.menu-item > a .flag, #header .currency-switcher li.menu-item > h5 .flag, #header .view-switcher li.menu-item > h5 .flag, #header .top-links li.menu-item > h5 .flag {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-top: -5px;
    margin-right: 5px;
    vertical-align: middle;
}
#header .currency-switcher > li.menu-item:after, #header .view-switcher > li.menu-item:after, #header .top-links > li.menu-item:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    margin: 0 2px 0 3px;
}
#header .currency-switcher > li.menu-item:last-child:after, #header .view-switcher > li.menu-item:last-child:after, #header .top-links > li.menu-item:last-child:after {
    display: none;
}
#header .currency-switcher > li.menu-item + li.menu-item, #header .view-switcher > li.menu-item + li.menu-item, #header .top-links > li.menu-item + li.menu-item {
    margin-left: 0;
}
#header .currency-switcher > li.menu-item > a, #header .view-switcher > li.menu-item > a, #header .top-links > li.menu-item > a, #header .currency-switcher > li.menu-item > h5, #header .view-switcher > li.menu-item > h5, #header .top-links > li.menu-item > h5 {
    font-size: 1em;
    font-weight: normal;
    padding: 0 5px;
    border-radius: 4px;
    line-height: 26px;
}
#header .currency-switcher > li.menu-item:hover > a, #header .view-switcher > li.menu-item:hover > a, #header .top-links > li.menu-item:hover > a, #header .currency-switcher > li.menu-item:hover > h5, #header .view-switcher > li.menu-item:hover > h5, #header .top-links > li.menu-item:hover > h5 {
    border-radius: 4px 4px 0 0;
}
#header .currency-switcher > li.menu-item.has-sub:hover > a, #header .view-switcher > li.menu-item.has-sub:hover > a, #header .top-links > li.menu-item.has-sub:hover > a, #header .currency-switcher > li.menu-item.has-sub:hover > h5, #header .view-switcher > li.menu-item.has-sub:hover > h5, #header .top-links > li.menu-item.has-sub:hover > h5 {
    margin-bottom: 0;
    padding-bottom: 0;
}
#header .currency-switcher > li.menu-item.has-sub > a:after, #header .view-switcher > li.menu-item.has-sub > a:after, #header .top-links > li.menu-item.has-sub > a:after, #header .currency-switcher > li.menu-item.has-sub > h5:after, #header .view-switcher > li.menu-item.has-sub > h5:after, #header .top-links > li.menu-item.has-sub > h5:after {
    content: "\f0d7";
}
#header .currency-switcher > li.menu-item > .popup, #header .view-switcher > li.menu-item > .popup, #header .top-links > li.menu-item > .popup {
    margin-top: 0;
    border-width: 0;
}
#header .currency-switcher .narrow .popup > .inner > ul.sub-menu, #header .view-switcher .narrow .popup > .inner > ul.sub-menu, #header .top-links .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}
#header .currency-switcher .narrow .popup ul.sub-menu, #header .view-switcher .narrow .popup ul.sub-menu, #header .top-links .narrow .popup ul.sub-menu {
    padding: 5px;
    min-width: 0;
}
#header .currency-switcher .narrow .popup li.menu-item > a, #header .view-switcher .narrow .popup li.menu-item > a, #header .top-links .narrow .popup li.menu-item > a, #header .currency-switcher .narrow .popup li.menu-item > h5, #header .view-switcher .narrow .popup li.menu-item > h5, #header .top-links .narrow .popup li.menu-item > h5 {
    font-size: 1em;
    padding: 0 7px;
    line-height: 25px;
    border-bottom-width: 0;
}
#header .currency-switcher, #header .view-switcher {
    margin-left: 11px;
}
#header .woocs-switcher li, #header .woocs-switcher li > h5 {
    cursor: pointer !important;
}
#header .top-links {
    white-space: nowrap;
}
@media (max-width: 991px) {
    #header .top-links {
        display: none;
    }
}
#header .top-links > li.menu-item {
    display: inline-block;
    margin-left: -6px;
    float: left;
}
#header .top-links > li.menu-item.active > a, #header .top-links > li.menu-item:hover > a, #header .top-links > li.menu-item.has-sub:hover > a, #header .top-links > li.menu-item.active > h5, #header .top-links > li.menu-item:hover > h5, #header .top-links > li.menu-item.has-sub:hover > h5 {
    background: transparent;
}
#header .header-top .currency-switcher, #header .header-top .view-switcher, #header .header-top .top-links {
    margin: 0;
    font-size: 1em;
}
#header .header-top .currency-switcher > li.menu-item > a, #header .header-top .view-switcher > li.menu-item > a, #header .header-top .top-links > li.menu-item > a, #header .header-top .currency-switcher > li.menu-item > h5, #header .header-top .view-switcher > li.menu-item > h5, #header .header-top .top-links > li.menu-item > h5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 0 !important;
}
@media (max-width: 1189px) {
    #header .header-top .currency-switcher > li.menu-item > a, #header .header-top .view-switcher > li.menu-item > a, #header .header-top .top-links > li.menu-item > a, #header .header-top .currency-switcher > li.menu-item > h5, #header .header-top .view-switcher > li.menu-item > h5, #header .header-top .top-links > li.menu-item > h5 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
}
#header .header-top .welcome-msg {
    line-height: 36px;
}
@media (max-width: 1189px) {
    #header .header-top .welcome-msg {
        line-height: 32px;
    }
}
/* Search Form */#header .searchform {
    border: 1px solid #ccc;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    font-size: 13px;
    padding: 0;
    vertical-align: middle;
    width: 468px;
    *zoom: 1;
}
#header .searchform:before, #header .searchform:after {
    content: " ";
    display: table;
}
#header .searchform:after {
    clear: both;
}
#header .searchform:before {
    content: "";
    display: none;
    position: absolute;
    left: 27px;
    top: -23px;
    width: 22px;
    height: 22px;
    border: 11px solid transparent;
    border-bottom-color: inherit;
}
#header .searchform fieldset {
    margin-right: -2px;
}
@media (max-width: 1189px) {
    #header .searchform {
        width: 368px;
    }
}
@media (max-width: 991px) {
    #header .searchform {
        border-width: 5px;
        border-radius: 25px;
        width: 378px;
        display: none;
        position: absolute;
        left: -25px;
        top: 45px;
        z-index: 1002;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    }
    #header .searchform:before {
        display: block;
    }
}
#header .searchform .text, #header .searchform .cat, #header .searchform .button-wrap {
    float: left;
    display: inline-block;
}
#header .searchform input, #header .searchform select, #header .searchform button {
    background: transparent;
    border-radius: 0;
    float: left;
    border: none;
    height: 40px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0;
}
#header .searchform input::-webkit-input-placeholder, #header .searchform select::-webkit-input-placeholder, #header .searchform button::-webkit-input-placeholder {
    opacity: 0.7;
}
#header .searchform input:-moz-placeholder, #header .searchform select:-moz-placeholder, #header .searchform button:-moz-placeholder {
    opacity: 0.7;
}
#header .searchform input::-moz-placeholder, #header .searchform select::-moz-placeholder, #header .searchform button::-moz-placeholder {
    opacity: 0.7;
}
#header .searchform input:-ms-input-placeholder, #header .searchform select:-ms-input-placeholder, #header .searchform button:-ms-input-placeholder {
    opacity: 0.7;
}
#header .searchform input {
    padding: 0 15px 0 20px;
    border-radius: 20px 0 0 20px;
    width: 420px;
}
@media (max-width: 1189px) {
    #header .searchform input {
        width: 320px;
    }
}
#header .searchform.searchform-cats input {
    width: 290px;
}
@media (max-width: 1189px) {
    #header .searchform.searchform-cats input {
        width: 190px;
    }
}
#header .searchform button {
    font-size: 14px;
    padding: 0 20px 0 13px;
    border-radius: 0 20px 20px 0;
    text-shadow: none;
}
#header .searchform select {
    padding: 0 0 0 10px;
    width: 130px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#header .searchform select::-ms-expand {
    display: none;
}
#header .searchform input, #header .searchform select {
    border-right: 1px solid #ccc;
}
#header .searchform .autocomplete-suggestions {
    width: auto !important;
    left: 15px;
    right: 15px;
    padding: 0;
    border-radius: 0;
}
#header .searchform .autocomplete-suggestion {
    padding: 6px;
    line-height: 15px;
    min-height: 0;
    *zoom: 1;
    text-align: left;
}
#header .searchform .autocomplete-suggestion:before, #header .searchform .autocomplete-suggestion:after {
    content: " ";
    display: table;
}
#header .searchform .autocomplete-suggestion:after {
    clear: both;
}
#header .searchform .autocomplete-suggestion .yith_wcas_result_image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
}
#header .searchform .autocomplete-suggestion .yith_wcas_result_content {
    margin: 0;
}
#header .searchform .autocomplete-suggestion img {
    border-radius: 4px;
}
#header .searchform .autocomplete-suggestion span.yith_wcas_result_on_sale, #header .searchform .autocomplete-suggestion span.yith_wcas_result_featured {
    padding: 3px 5px;
    border-radius: 2px;
}
#header .searchform .autocomplete-suggestion div.badges {
    left: auto;
    right: 8px;
    line-height: 1;
}
#header .searchform .autocomplete-suggestion del {
    font-size: 0.8em;
}
#header .searchform .autocomplete-suggestion ins {
    text-decoration: none;
}
#header.search-md .searchform {
    width: 398px;
}
#header.search-md .searchform input {
    width: 350px;
}
#header.search-md .searchform.searchform-cats input {
    width: 220px;
}
@media (max-width: 1189px) {
    #header.search-md .searchform {
        width: 338px;
    }
    #header.search-md .searchform input {
        width: 290px;
    }
    #header.search-md .searchform.searchform-cats input {
        width: 160px;
    }
}
@media (max-width: 991px) {
    #header.search-md .searchform {
        width: 348px;
    }
    #header.search-md .searchform input {
        width: 292px;
    }
    #header.search-md .searchform.searchform-cats input {
        width: 162px;
    }
}
#header.search-sm .searchform {
    width: 348px;
}
#header.search-sm .searchform input {
    width: 300px;
}
#header.search-sm .searchform.searchform-cats input {
    width: 170px;
}
@media (max-width: 1189px) {
    #header.search-sm .searchform {
        width: 288px;
    }
    #header.search-sm .searchform input {
        width: 240px;
    }
    #header.search-sm .searchform.searchform-cats input {
        width: 110px;
    }
}
@media (max-width: 991px) {
    #header.search-sm .searchform {
        width: 298px;
    }
    #header.search-sm .searchform input {
        width: 242px;
    }
    #header.search-sm .searchform.searchform-cats input {
        width: 112px;
    }
}
#header .searchform-popup {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
#header .searchform-popup .search-toggle {
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1003;
    font-size: 1.2857em;
}
@media (max-width: 991px) {
    #header .searchform-popup .search-toggle {
        display: block;
    }
}
#header .show-menu-search .searchform-popup {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}
@media (max-width: 991px) {
    #header .show-menu-search .searchform-popup {
        position: relative;
        left: 0;
    }
}
#header .search-popup .search-toggle {
    display: inline-block;
}
#header .search-popup .searchform {
    border-width: 5px;
    border-radius: 25px;
    width: 478px;
    display: none;
    position: absolute;
    left: -25px;
    top: 45px;
    z-index: 1003;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1189px) {
    #header .search-popup .searchform {
        width: 378px;
    }
}
#header .search-popup .searchform:before {
    display: block;
}
#header.search-md .search-popup .searchform {
    width: 408px;
}
@media (max-width: 1189px) {
    #header.search-md .search-popup .searchform {
        width: 348px;
    }
}
#header.search-sm .search-popup .searchform {
    width: 358px;
}
@media (max-width: 1189px) {
    #header.search-sm .search-popup .searchform {
        width: 298px;
    }
}
#header .header-left.search-popup .searchform-popup {
    left: 0;
}
#header .header-left.search-popup .searchform {
    top: -5px;
    left: 45px;
}
#header .header-left.search-popup .searchform:before {
    border-bottom-color: transparent;
    border-right-color: inherit;
    left: -23px;
    top: 9px;
}
@media (max-width: 991px) {
    #header .header-left .searchform-popup {
        left: 0;
    }
    #header .header-left .searchform {
        top: -5px;
        left: 45px;
    }
    #header .header-left .searchform:before {
        border-bottom-color: transparent;
        border-right-color: inherit;
        left: -23px;
        top: 9px;
    }
}
#header .header-right.search-popup .searchform {
    left: auto;
    right: -22px;
}
#header .header-right.search-popup .searchform:before {
    left: auto;
    right: 27px;
}
@media (max-width: 991px) {
    #header .header-right .searchform {
        left: auto;
        right: -22px;
    }
    #header .header-right .searchform:before {
        left: auto;
        right: 27px;
    }
}
@media (max-width: 767px) {
    #header .header-left .searchform, #header .header-center .searchform, #header .header-right .searchform, #header .header-left.search-popup .searchform, #header .header-center.search-popup .searchform, #header .header-right.search-popup .searchform {
        width: 338px;
    }
    #header .header-left .searchform input, #header .header-center .searchform input, #header .header-right .searchform input, #header .header-left.search-popup .searchform input, #header .header-center.search-popup .searchform input, #header .header-right.search-popup .searchform input {
        width: 282px;
    }
    #header .header-left .searchform.searchform-cats input, #header .header-center .searchform.searchform-cats input, #header .header-right .searchform.searchform-cats input, #header .header-left.search-popup .searchform.searchform-cats input, #header .header-center.search-popup .searchform.searchform-cats input, #header .header-right.search-popup .searchform.searchform-cats input {
        width: 150px;
    }
}
@media (max-width: 480px) {
    #header .header-left .searchform, #header .header-center .searchform, #header .header-right .searchform, #header .header-left.search-popup .searchform, #header .header-center.search-popup .searchform, #header .header-right.search-popup .searchform {
        width: 288px;
    }
    #header .header-left .searchform input, #header .header-center .searchform input, #header .header-right .searchform input, #header .header-left.search-popup .searchform input, #header .header-center.search-popup .searchform input, #header .header-right.search-popup .searchform input {
        width: 236px;
    }
    #header .header-left .searchform.searchform-cats input, #header .header-center .searchform.searchform-cats input, #header .header-right .searchform.searchform-cats input, #header .header-left.search-popup .searchform.searchform-cats input, #header .header-center.search-popup .searchform.searchform-cats input, #header .header-right.search-popup .searchform.searchform-cats input {
        width: 120px;
        padding: 0 15px;
    }
    #header .header-left .searchform.searchform-cats select, #header .header-center .searchform.searchform-cats select, #header .header-right .searchform.searchform-cats select, #header .header-left.search-popup .searchform.searchform-cats select, #header .header-center.search-popup .searchform.searchform-cats select, #header .header-right.search-popup .searchform.searchform-cats select {
        width: 116px;
        padding: 0 0 0 5px;
    }
    #header .header-left .searchform-popup, #header .header-center .searchform-popup, #header .header-right .searchform-popup, #header .header-left.search-popup .searchform-popup, #header .header-center.search-popup .searchform-popup, #header .header-right.search-popup .searchform-popup {
        position: absolute;
        left: 45px;
        top: 1px;
        bottom: auto;
    }
    #header .header-left .searchform-popup .searchform, #header .header-center .searchform-popup .searchform, #header .header-right .searchform-popup .searchform, #header .header-left.search-popup .searchform-popup .searchform, #header .header-center.search-popup .searchform-popup .searchform, #header .header-right.search-popup .searchform-popup .searchform {
        border-width: 3px;
        right: auto;
        left: -25px;
        top: 42px;
    }
    #header .header-left .searchform-popup .searchform:before, #header .header-center .searchform-popup .searchform:before, #header .header-right .searchform-popup .searchform:before, #header .header-left.search-popup .searchform-popup .searchform:before, #header .header-center.search-popup .searchform-popup .searchform:before, #header .header-right.search-popup .searchform-popup .searchform:before {
        width: 14px;
        border-width: 7px;
        left: 34px;
        right: auto;
        top: -23px;
        border-color: transparent;
        border-bottom-color: inherit;
    }
}
/* Header Contact Block */#header .header-contact {
    margin: 5px 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
#header .header-contact p {
    margin-bottom: 0;
}
#header .header-contact a {
    font-size: 0.8571em;
}
#header .header-contact .gap {
    margin: 0 12px;
}
#header .header-contact i {
    display: inline-block;
    margin: 0 5px;
}
#header .header-contact .nav-top a, #header .header-contact .nav-top span {
    font-size: 0.9em;
    padding: 6px 10px;
}
#header .header-contact .nav-top i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    margin-left: 0;
}
#header .header-contact .nav-top span {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-top: 5px;
}
#header .header-top .header-contact {
    margin: 0;
    font-size: 1.15em;
}
#header .header-top .header-contact a, #header .header-top .header-contact span {
    font-size: 1em;
}
/* Social Links */#header .share-links {
    display: inline-block;
    margin: 5px 0 5px 10px;
    vertical-align: middle;
}
#header .share-links > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow : 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#header .header-top .share-links {
    margin: 0 5px 0 -5px;
    font-size: 1.4545em;
}
#header .header-top .share-links > a {
    width: 1.75em;
    height: 2em;
    margin: 0;
    background: transparent;
    box-shadow: none;
}
/* Mini Cart */#mini-cart {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    height: 45px;
    margin: -22px auto;
}
#mini-cart .cart-head {
    position: relative;
    cursor: pointer;
    margin-top: 0;
    min-width: 50px;
    text-align: center;
}
#mini-cart .minicart-icon {
    font-size: 36px;
    vertical-align: middle;
    display: inline-block;
}
#mini-cart .minicart-icon2 {
    margin-left: -6px;
}
#mini-cart .minicart-icon3 {
    margin-left: -8px;
}
#mini-cart .cart-items {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    bottom: 10px;
    left: 0;
    right: 0;
    top: 11px;
    text-align: center;
    display: inline-block;
    height: 22px;
    overflow: hidden;
}
#mini-cart .cart-items .items-loading {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: transparent url(ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;
    margin-top: -4px;
    vertical-align: middle;
}
#mini-cart .cart-head2 .cart-items {
    top: 5px;
    left: 3px;
    font-size: 13px;
}
#mini-cart .cart-head3 .cart-items {
    top: 9px;
    left: 2px;
    font-size: 13px;
}
#mini-cart .cart-head4 .cart-items {
    top: 16px;
    font-size: 14px;
}
#mini-cart.minicart-box {
    width: 68px;
    height: 60px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin: -30px auto;
}
#mini-cart.minicart-box .cart-head {
    margin-top: 11px;
}
#mini-cart.minicart-inline {
    font-size: 0.7857em;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    margin: 3px 0 3px 7px;
    border-radius: 4px;
}
#mini-cart.minicart-inline .minicart-icon {
    font-size: 1.2727em;
    margin-left: 0;
    vertical-align: top;
}
#mini-cart.minicart-inline .minicart-icon2, #mini-cart.minicart-inline .minicart-icon3 {
    margin-left: -2px;
}
#mini-cart.minicart-inline .cart-head {
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    margin-top: 1px;
    margin-bottom: -1px;
}
#mini-cart.minicart-inline .cart-items {
    font-size: 1em;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
#mini-cart.minicart-inline .cart-head2 .cart-items {
    left: 0;
    top: 0;
}
#mini-cart.minicart-inline .cart-popup {
    margin-top: 8px;
}
#mini-cart.minicart-inline .cart-popup:before {
    right: 18px;
}
@media (max-width: 480px) {
    #header #mini-cart {
        font-size: 0.8462em;
        width: auto;
        height: auto;
        position: absolute;
        right: 10px;
        top: 9px;
        bottom: auto;
        margin: 0;
        border-radius: 4px;
        border-width: 0;
    }
    #header #mini-cart .minicart-icon {
        font-size: 1.2727em;
        margin-left: 0;
        vertical-align: baseline;
    }
    #header #mini-cart .minicart-icon2, #header #mini-cart .minicart-icon3 {
        margin-left: -2px;
    }
    #header #mini-cart .cart-head {
        padding: 0 10px;
        line-height: 26px;
        height: 26px;
        margin: 0;
        white-space: nowrap;
    }
    #header #mini-cart .cart-items {
        font-size: 1em;
        margin-left: 3px;
        position: relative;
        top: -3px;
        vertical-align: middle;
    }
    #header #mini-cart .cart-head2 .cart-items {
        left: 2px;
        top: -2px;
    }
    #header #mini-cart .cart-popup {
        margin-top: 8px;
    }
    #header #mini-cart .cart-popup:before {
        right: 18px;
    }
}
#mini-cart .cart-popup {
    width: 340px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    z-index: 1003;
    left: auto;
    right: 0;
    padding: 0;
    border: none;
    border-top: 9px solid #ccc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}
#mini-cart .cart-popup:before {
    content: '';
    position: absolute;
    top: -16px;
    right: 17px;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid #ccc;
}
.header-minicart-box #mini-cart .cart-popup:before {
    right: 25px;
}
#mini-cart .cart-popup .widget_shopping_cart_content {
    border-radius: 4px;
    margin-top: -4px;
    background: #fff;
    padding: 15px;
}
@media (max-width: 767px) {
    #mini-cart .cart-popup {
        width: 290px;
    }
}
#mini-cart .widget_shopping_cart li.empty {
    text-align: center;
    padding: 10px 0;
}
#mini-cart .widget_shopping_cart .buttons {
    margin-bottom: 0;
}
#mini-cart .widget_shopping_cart .cart-loading {
    height: 64px;
    width: 100%;
    background: transparent url(ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#mini-cart .cart_list {
    min-height: 45px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
#mini-cart .cart_list.scroll-scrolly_visible li {
    padding-right: 20px;
}
#mini-cart.effect-down .cart-popup {
    display: block;
    top: -2000px;
}
#mini-cart.effect-down .cart_list, #mini-cart.effect-down .widget_shopping_cart .total, #mini-cart.effect-down .widget_shopping_cart .buttons {
    margin-top: -10px;
}
#mini-cart.effect-down.open .cart-popup {
    top: 100%;
}
#mini-cart.effect-down.open .cart_list, #mini-cart.effect-down.open .widget_shopping_cart .total, #mini-cart.effect-down.open .widget_shopping_cart .buttons {
    margin-top: 0;
    -webkit-transition: margin-top 0.2s ease;
    -moz-transition: margin-top 0.2s ease;
    transition: margin-top 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#mini-cart.effect-fadein-up.open .cart-popup {
    -webkit-animation: menuFadeInUp 0.2s ease;
    -moz-animation: menuFadeInUp 0.2s ease;
    animation: menuFadeInUp 0.2s ease;
}
#mini-cart.effect-fadein-down.open .cart-popup {
    -webkit-animation: menuFadeInDown 0.2s ease;
    -moz-animation: menuFadeInDown 0.2s ease;
    animation: menuFadeInDown 0.2s ease;
}
#mini-cart.effect-fadein.open .cart-popup {
    -webkit-animation: menuFadeIn 0.2s ease;
    -moz-animation: menuFadeIn 0.2s ease;
    animation: menuFadeIn 0.2s ease;
}
/* Main Menu */@media (max-width: 991px) {
    .main-menu-wrap {
        display: none;
    }
}
.main-menu-wrap .container {
    display: table;
}
.main-menu-wrap .menu-left, .main-menu-wrap .menu-right {
    position: absolute;
    top: -2000px;
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.main-menu-wrap .menu-left, .main-menu-wrap .menu-right, .main-menu-wrap .menu-center {
    display: table-cell;
    vertical-align: middle;
}
.main-menu-wrap .menu-left {
    text-align: left;
}
.main-menu-wrap .menu-right {
    padding-left: 10px;
    text-align: right;
}
.main-menu-wrap .menu-right #mini-cart {
    position: relative;
    display: none;
    margin-top: -16px;
}
.main-menu-wrap .menu-right #mini-cart.minicart-inline {
    margin-top: 3px;
    margin-left: 5px;
}
.main-menu-wrap .menu-right #mini-cart.minicart-box {
    margin-top: -30px;
    margin-left: 5px;
}
#header .main-menu-wrap .menu-right .searchform-popup {
    display: none;
}
#header .main-menu-wrap .menu-right .searchform-popup .search-toggle {
    display: block;
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform {
    display: none;
    border-width: 5px;
    border-radius: 25px;
    display: none;
    position: absolute;
    left: auto;
    right: -22px;
    top: 48px;
    z-index: 1002;
    width: 476px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform:before {
    display: block;
    left: auto;
    right: 27px;
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
    padding: 0 15px 0 20px;
    width: 420px;
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform select {
    padding: 0 0 0 10px;
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform button {
    padding: 0 20px 0 13px;
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
    width: 290px;
}
@media (max-width: 1189px) {
    #header .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 376px;
    }
    #header .main-menu-wrap .menu-right .searchform-popup .searchform input {
        width: 320px;
    }
    #header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
        width: 190px;
    }
}
#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform {
    width: 406px;
}
#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform input {
    width: 350px;
}
#header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
    width: 220px;
}
@media (max-width: 1189px) {
    #header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 346px;
    }
    #header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform input {
        width: 290px;
    }
    #header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
        width: 160px;
    }
}
#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform {
    width: 356px;
}
#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform input {
    width: 300px;
}
#header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
    width: 170px;
}
@media (max-width: 1189px) {
    #header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 296px;
    }
    #header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform input {
        width: 240px;
    }
    #header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
        width: 110px;
    }
}
.sticky-header .main-menu-wrap .menu-left, .sticky-header .main-menu-wrap .menu-right {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sticky-header .main-menu-wrap .logo img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.sticky-header .main-menu-wrap .hide-sticky-content .menu-custom-content {
    display: none;
}
.sticky-header .main-menu-wrap .menu-right {
    min-width: 95px;
}
.sticky-header .main-menu-wrap .menu-right #mini-cart {
    display: inline-block;
}
#header.sticky-header .main-menu-wrap .menu-right .searchform-popup {
    display: inline-block;
}
.main-menu-wrap .mega-menu > li.menu-item > a, .main-menu-wrap .mega-menu > li.menu-item > h5 {
    padding: 10px 13px;
}
.main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > a, .main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > h5 {
    margin-bottom: -3px;
    padding-bottom: 13px;
}
.main-menu-wrap #main-menu .mega-menu .menu-custom-block {
    padding: 0;
    margin: 0;
}
.main-menu-wrap #main-menu .mega-menu .menu-custom-block a, .main-menu-wrap #main-menu .mega-menu .menu-custom-block span {
    padding: 10px 13px 9px;
}
.main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip {
    top: -5px;
}
#main-menu {
    position: relative;
}
@media (max-width: 480px) {
    #main-menu {
        display: inline !important;
    }
}
#main-menu .mega-menu {
    border-radius: 6px;
}
@media (max-width: 991px) {
    #main-menu .mega-menu {
        display: none;
    }
}
#header .header-main .container #main-menu .mega-menu {
    text-align: left;
    background: transparent;
}
#header .header-main .container #main-menu .mega-menu > li.menu-item {
    margin: 1px 0 1px 2px;
}
#header .header-main .container #main-menu .mega-menu > li.menu-item:first-child {
    margin-left: 0;
    margin-right: 0;
}
#main-menu.centered .mega-menu {
    text-align: center;
}
#main-menu.centered .mega-menu > li.menu-item {
    float: none;
    display: inline-block;
    margin: 0 -1px;
}
.header-center.show-menu-search #main-menu {
    padding-left: 45px;
}
@media (max-width: 991px) {
    .header-center.show-menu-search #main-menu {
        padding-left: 0;
    }
}
.header-left.show-menu-search #main-menu {
    padding-left: 50px;
}
@media (max-width: 991px) {
    .header-left.show-menu-search #main-menu {
        padding-left: 0;
    }
}
#main-menu .menu-custom-block {
    padding: 10px 0 9px;
    line-height: 21px;
    font-weight: 600;
    font-size: 0.8571em;
    margin-left: -10px;
}
#main-menu .menu-custom-block a, #main-menu .menu-custom-block span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-weight: 700;
}
#main-menu .menu-custom-block .tip {
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    border-radius: 2px;
    line-height: 1;
    padding: 2px;
    position: absolute;
    top: -14px;
    right: 10px;
    margin-left: 10px;
}
#main-menu .menu-custom-block .tip.hot {
    background-color: #eb2771;
}
#main-menu .menu-custom-block .tip.hot .tip-arrow:before {
    color: #eb2771;
}
#main-menu .menu-custom-block .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    font-style: normal;
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    top: auto;
    bottom: -3px;
    content: "\f125";
    left: 2px;
    text-align: right;
}
#main-menu .menu-custom-block .fa {
    text-align: center;
}
#main-menu .menu-custom-block .fa, #main-menu .menu-custom-block .avatar {
    margin-right: 5px;
}
#main-menu .menu-custom-block .avatar img {
    margin-top: -5px;
    margin-bottom: -4px;
}
@media (max-width: 991px) {
    #header .contact-gap {
        display: none;
    }
}
@media (max-width: 767px) {
    #header .header-top {
        display: none;
    }
    #header .header-contact {
        display: none;
    }
    #header .switcher-wrap {
        display: none;
    }
    #header .gap {
        display: none;
    }
}
@media (max-width: 480px) {
    #header .header-main .container {
        display: block;
        padding-top: 28px;
        padding-bottom: 15px;
    }
    #header .header-main .container > *:not(.porto-tooltip) {
        display: inline !important;
        padding: 0 !important;
        position: static !important;
    }
    #header .header-main .container > *:not(.porto-tooltip) #main-menu {
        display: inline;
        position: static;
    }
}
#main-toggle-menu {
    position: relative;
}
@media (max-width: 991px) {
    #main-toggle-menu {
        overflow: hidden;
    }
}
#main-toggle-menu .menu-title {
    color: #fff;
    cursor: pointer;
    background: #303030;
    font-size: 0.8571em;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
#main-toggle-menu .menu-title:hover {
    background-color: #555;
}
#main-toggle-menu .menu-title .toggle {
    display: inline-block;
    font-family: "FontAwesome";
    margin: 0 5px 0 0;
}
#main-toggle-menu .menu-title .toggle:before {
    content: "\f0c9";
}
#main-toggle-menu .toggle-menu-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    z-index: 1001;
}
#main-toggle-menu .toggle-menu-wrap > ul {
    border-bottom: 5px solid #303030;
}
#main-toggle-menu.closed .toggle-menu-wrap {
    display: none;
}
#main-toggle-menu.show-always .menu-title {
    background: #303030;
    cursor: default;
}
#main-toggle-menu.show-always .toggle-menu-wrap {
    height: auto !important;
    display: block !important;
}
#main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
.right-sidebar #main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
#header .mobile-toggle {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    font-size: 1.2857em;
    vertical-align: middle;
}
@media (max-width: 991px) {
    #header .mobile-toggle {
        display: inline-block;
    }
}
@media (max-width: 480px) {
    #header .mobile-toggle {
        position: absolute;
        left: 5px;
        top: 15px;
    }
	#header .change-logo .mobile-toggle {
        position: absolute;
        left: 5px;
        top: 1px;
    }
}
.header-extra-info {
    list-style: none;
    margin: 0;
    *zoom: 1;
}
.header-extra-info:before, .header-extra-info:after {
    content: " ";
    display: table;
}
.header-extra-info:after {
    clear: both;
}
.header-extra-info li {
    text-align: left;
    float: left;
    margin-left: 25px;
}
@media (min-width: 992px) {
    #header.header-separate .header-main {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    #header.header-separate .header-main .logo img {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 991px) {
    #header.header-5 .header-main .container .header-left, #header.header-5 .header-main .container .header-center {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    #header.header-7 .header-main .container .header-left {
        display: none;
    }
}
@media (min-width: 992px) {
    #header.header-corporate .header-main .container .header-right {
        padding-left: 20px;
    }
    #header.header-corporate .header-main .container .header-right .searchform-popup {
        margin-right: 0;
    }
    #header.header-corporate .searchform {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        width: auto;
    }
    #header.header-corporate .searchform input, #header.header-corporate .searchform select, #header.header-corporate .searchform button {
        height: 34px;
        line-height: 34px;
    }
    #header.header-corporate .searchform input {
        border: none;
        padding: 0 12px;
        width: 140px;
    }
    #header.header-corporate .searchform select {
        border-left: 1px solid #ccc;
        padding-left: 5px;
        margin-right: -3px;
    }
    #header.header-corporate .searchform button {
        padding: 0 13px;
    }
}
#header.header-corporate .share-links {
    margin-top: 0;
    margin-bottom: 0;
}
#header.header-corporate .share-links a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 0 2px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    color: #525252;
    background-color: #fff;
}
#header.header-corporate .share-links a:hover {
    color: #fff;
}
@media (max-width: 991px) {
    #header.header-10 .header-right-top, #header.header-10 .header-right-bottom {
        display: inline;
    }
    #header.header-10 .share-links {
        display: none;
    }
}
@media (min-width: 992px) {
    #header.header-10 .header-main .container .header-left, #header.header-10 .header-main .container .header-center, #header.header-10 .header-main .container .header-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #header.header-10 .header-main .container .header-right-bottom {
        margin-top: 10px;
    }
    #header.header-10 .header-main.sticky .header-right-top {
        display: none;
    }
    #header.header-10 .header-main.sticky .container .header-right-bottom {
        margin-top: 0;
    }
    #header.header-10 .header-contact {
        margin: 0 0 4px;
    }
    #header.header-10 .searchform {
        margin-bottom: 4px;
        margin-left: 15px;
    }
    #header.header-10 #mini-cart {
        margin: 0 0 0 15px;
    }
}
#header.header-corporate:not(.header-10) .header-main .searchform-popup, #header.header-corporate:not(.header-10) .header-main #mini-cart {
    display: none;
}
@media (min-width: 768px) {
    #header.header-corporate:not(.header-10) .switcher-wrap {
        margin-right: 5px;
    }
    #header.header-corporate:not(.header-10) .block-inline {
        line-height: 50px;
        margin-bottom: 5px;
    }
    #header.header-corporate:not(.header-10) .header-left .block-inline {
        margin-right: 8px;
    }
    #header.header-corporate:not(.header-10) .header-left .block-inline > * {
        margin: 0 7px 0 0;
    }
    #header.header-corporate:not(.header-10) .header-right .block-inline {
        margin-left: 8px;
    }
    #header.header-corporate:not(.header-10) .header-right .block-inline > * {
        margin: 0 0 0 7px;
    }
    #header.header-corporate:not(.header-10) .share-links {
        line-height: 1;
    }
}
#header.header-corporate:not(.header-10) .header-top .welcome-msg {
    font-size: 1.15em;
}
#header.header-corporate:not(.header-10) .header-top #mini-cart.minicart-inline {
    font-size: 1em;
}
#header.header-corporate:not(.header-10) .header-top #mini-cart.minicart-inline:first-child {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 991px) {
    #header.header-corporate:not(.header-10) .header-top .header-left > *, #header.header-corporate:not(.header-10) .header-top .header-right > * {
        display: none;
    }
    #header.header-corporate:not(.header-10) .header-top .header-left > .block-inline, #header.header-corporate:not(.header-10) .header-top .header-right > .block-inline {
        display: block;
    }
    #header.header-corporate:not(.header-10) .header-top .searchform-popup, #header.header-corporate:not(.header-10) .header-top #mini-cart {
        display: none;
    }
    #header.header-corporate:not(.header-10) .header-main .searchform-popup, #header.header-corporate:not(.header-10) .header-main #mini-cart {
        display: inline-block;
    }
}
@media (min-width: 992px) {
    #header.header-11 .header-main .container .header-left, #header.header-12 .header-main .container .header-left, #header.header-11 .header-main.sticky .container .header-left, #header.header-12 .header-main.sticky .container .header-left, #header.header-11 .header-main .container .header-center, #header.header-12 .header-main .container .header-center, #header.header-11 .header-main.sticky .container .header-center, #header.header-12 .header-main.sticky .container .header-center, #header.header-11 .header-main .container .header-right, #header.header-12 .header-main .container .header-right, #header.header-11 .header-main.sticky .container .header-right, #header.header-12 .header-main.sticky .container .header-right {
        padding-top: 0;
        padding-bottom: 0;
    }
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a, #header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5, #header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 {
        padding-top: 33px;
    }
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip, #header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip, #header.header-12 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 15px;
    }
    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item, #header.header-12 .header-main #main-menu .mega-menu > li.menu-item {
        margin-top: 0;
        margin-bottom: 0;
    }
    #header.header-11 #main-menu .mega-menu > li.menu-item > a, #header.header-12 #main-menu .mega-menu > li.menu-item > a, #header.header-11 #main-menu .mega-menu > li.menu-item > h5, #header.header-12 #main-menu .mega-menu > li.menu-item > h5 {
        border-radius: 0;
        padding-top: 38px;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    #header.header-11 #main-menu .mega-menu > li.menu-item > a .tip, #header.header-12 #main-menu .mega-menu > li.menu-item > a .tip, #header.header-11 #main-menu .mega-menu > li.menu-item > h5 .tip, #header.header-12 #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 20px;
    }
    #header.header-11 #main-menu .mega-menu .popup, #header.header-12 #main-menu .mega-menu .popup {
        margin-top: 0;
    }
    #header.header-11 #main-menu .mega-menu .wide .popup, #header.header-12 #main-menu .mega-menu .wide .popup {
        border-radius: 0;
    }
    #header.header-11 #main-menu .mega-menu .wide .popup > .inner, #header.header-12 #main-menu .mega-menu .wide .popup > .inner {
        border-radius: 0;
    }
    #header.header-11 #main-menu .mega-menu .wide.pos-left .popup, #header.header-12 #main-menu .mega-menu .wide.pos-left .popup, #header.header-11 #main-menu .mega-menu .wide.pos-right .popup, #header.header-12 #main-menu .mega-menu .wide.pos-right .popup, #header.header-11 #main-menu .mega-menu .wide.pos-left .popup > .inner, #header.header-12 #main-menu .mega-menu .wide.pos-left .popup > .inner, #header.header-11 #main-menu .mega-menu .wide.pos-right .popup > .inner, #header.header-12 #main-menu .mega-menu .wide.pos-right .popup > .inner {
        border-radius: 0;
    }
    #header.header-11 #main-menu .mega-menu .narrow .popup, #header.header-12 #main-menu .mega-menu .narrow .popup, #header.header-11 #main-menu .mega-menu .narrow.pos-left .popup, #header.header-12 #main-menu .mega-menu .narrow.pos-left .popup, #header.header-11 #main-menu .mega-menu .narrow.pos-right .popup, #header.header-12 #main-menu .mega-menu .narrow.pos-right .popup, #header.header-11 #main-menu .mega-menu .narrow .popup > .inner, #header.header-12 #main-menu .mega-menu .narrow .popup > .inner, #header.header-11 #main-menu .mega-menu .narrow.pos-left .popup > .inner, #header.header-12 #main-menu .mega-menu .narrow.pos-left .popup > .inner, #header.header-11 #main-menu .mega-menu .narrow.pos-right .popup > .inner, #header.header-12 #main-menu .mega-menu .narrow.pos-right .popup > .inner, #header.header-11 #main-menu .mega-menu .narrow .popup > .inner > ul.sub-menu, #header.header-12 #main-menu .mega-menu .narrow .popup > .inner > ul.sub-menu, #header.header-11 #main-menu .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu, #header.header-12 #main-menu .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu, #header.header-11 #main-menu .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu, #header.header-12 #main-menu .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu {
        border-radius: 0;
    }
    #header.header-11 #main-menu .mega-menu .narrow ul.sub-menu ul.sub-menu, #header.header-12 #main-menu .mega-menu .narrow ul.sub-menu ul.sub-menu {
        border-radius: 0;
    }
}
@media (min-width: 992px) {
    #header.header-12 .header-main .share-links {
        margin-top: 14px;
    }
}
@media (max-width: 991px) {
    #header.header-12 .header-main .share-links {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    #header.header-12 .header-main .share-links {
        display: none;
    }
}
#header.header-11 .searchform, #header.header-15 .searchform, #header.header-16 .searchform {
    margin-left: 15px;
}
@media (max-width: 991px) {
    #header.header-11 .share-links, #header.header-15 .share-links, #header.header-16 .share-links {
        display: none;
    }
}
@media (max-width: 991px) {
    #header.header-16 .share-links {
        display: none;
    }
}
@media (min-width: 992px) {
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 {
        padding-top: 36px;
        padding-bottom: 20px;
    }
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 18px;
    }
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item.active, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover {
        margin-top: 0;
    }
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item.active > a, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > a, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item.active > h5, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > h5 {
        border-width: 0;
    }
    #header.header-11 .header-main.change-logo .share-links {
        margin-top: 7px;
    }
    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item {
        margin-left: 0;
        margin-right: 0;
    }
    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > a, #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > h5 {
        padding-top: 62px;
    }
    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > a .tip, #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 44px;
    }
    #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item.active, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover {
        margin-top: 0;
    }
    #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item > a, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item.active > a, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover > a, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item > h5, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item.active > h5, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover > h5 {
        border-width: 0;
    }
    #header.header-11 .share-links {
        margin-top: 36px;
    }
}
@media (max-width: 991px) {
    #header.header-13 .header-main .container .header-left {
        display: none;
    }
}
#header.header-17 .main-menu-wrap .menu-right {
    position: relative;
    top: auto;
    padding-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#header.header-17 .main-menu-wrap .menu-right #mini-cart, #header.header-17 .main-menu-wrap .menu-right .searchform-popup {
    display: inline-block;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .search-toggle {
    display: none;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform {
    position: static;
    display: block;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
    width: 249px;
    background: rgba(0, 0, 0, 0.07);
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats {
    width: 369px;
}
@media (max-width: 1189px) {
    #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 246px;
    }
    #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats {
        width: 366px;
    }
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform:before {
    display: none;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform fieldset {
    margin-right: 0;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button {
    border-radius: 0;
    color: #fff;
    height: 60px;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input::-webkit-input-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select::-webkit-input-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.4;
    text-transform: uppercase;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input:-moz-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select:-moz-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button:-moz-placeholder {
    color: #fff;
    opacity: 0.4;
    text-transform: uppercase;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input::-moz-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select::-moz-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button::-moz-placeholder {
    color: #fff;
    opacity: 0.4;
    text-transform: uppercase;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input:-ms-input-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select:-ms-input-placeholder, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button:-ms-input-placeholder {
    color: #fff;
    opacity: 0.4;
    text-transform: uppercase;
}
@media (max-width: 1189px) {
    #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select, #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button {
        height: 50px;
    }
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input {
    font-weight: 700;
    width: 200px;
    padding: 6px 12px 6px 22px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
@media (max-width: 1189px) {
    #header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform input {
        width: 197px;
    }
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform select {
    font-weight: 700;
    width: 120px;
    padding: 6px 12px 6px 22px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button {
    margin-left: -1px;
    font-size: 20px;
    padding: 6px 15px;
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button:hover {
    color: #000;
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button .fa {
    font-family: "Simple-Line-Icons";
}
#header.header-17 .main-menu-wrap .menu-right .searchform-popup .searchform button .fa:before {
    content: "\e090";
}
@media (min-width: 768px) {
    #header.header-17 .header-main .container > div {
        padding-top: 0;
        padding-bottom: 0;
    }
}
#header.header-17 .feature-box {
    min-height: 110px;
}
#header.header-17 .feature-box .feature-box-icon, #header.header-17 .feature-box .feature-box-info {
    float: left;
    padding-left: 0;
}
#header.header-17 .feature-box .feature-box-icon {
    height: auto;
    top: 0;
    margin-right: 0;
}
#header.header-17 .feature-box .feature-box-icon > i {
    line-height: 110px;
    margin: 0;
}
#header.header-17 .feature-box .feature-box-info > h4 {
    line-height: 110px;
    margin: 0;
}
#header.header-17 .header-contact {
    margin: 0;
}
#header.header-17 .header-extra-info li {
    padding-right: 32px;
    margin-left: 22px;
    border-right: 1px solid #e9e9e9;
}
@media (max-width: 1189px) {
    #header.header-17 .header-extra-info li {
        padding-right: 30px;
        margin-left: 20px;
    }
}
#header.header-17 .header-extra-info li:first-child {
    margin-left: 0;
}
#header.header-17 .header-extra-info li:last-child {
    padding-right: 0;
    border-right: medium none;
}
@media (max-width: 991px) {
    #header.header-17 .header-extra-info li {
        padding-right: 20px;
        margin-left: 10px;
    }
    #header.header-17 .header-extra-info li:last-child {
        padding-right: 20px;
    }
}
.sticky-header.header-9 .main-menu-wrap .menu-right {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}
.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart {
    top: auto;
    bottom: auto;
    padding-top: 2px;
}
.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart.minicart-inline {
    padding-top: 0;
}
.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart.minicart-box {
    height: 56px;
    margin: -38px auto -34px;
}
.sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart.minicart-box .cart-head {
    margin-top: 9px;
}
.header-wrapper.header-side-nav #header .side-top {
    display: block;
    text-align: center;
    *zoom: 1;
}
.header-wrapper.header-side-nav #header .side-top:before, .header-wrapper.header-side-nav #header .side-top:after {
    content: " ";
    display: table;
}
.header-wrapper.header-side-nav #header .side-top:after {
    clear: both;
}
.header-wrapper.header-side-nav #header .side-top > .container {
    display: block;
    min-height: 0 !important;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
}
.header-wrapper.header-side-nav #header .side-top > .container > * {
    display: inline-block;
    padding: 0 !important;
}
.header-wrapper.header-side-nav #header .side-top > .container > *:first-child {
    margin-left: 0;
    margin-right: 0;
}
.header-wrapper.header-side-nav #header .share-links {
    margin: 0 0 8px;
}
.header-wrapper.header-side-nav #header .share-links a {
    width: 30px;
    height: 30px;
    margin: 5px;
    box-shadow: none;
    border-radius: 50px;
}
.header-wrapper.header-side-nav #header .share-links a:hover {
    color: #fff;
}
.header-wrapper.header-side-nav #header .share-links .share-twitter:hover {
    background: #1aa9e1;
}
.header-wrapper.header-side-nav #header .share-links .share-facebook:hover {
    background: #3b5a9a;
}
.header-wrapper.header-side-nav #header .share-links .share-linkedin:hover {
    background: #0073b2;
}
.header-wrapper.header-side-nav #header .share-links .share-rss:hover {
    background: #ff8201;
}
.header-wrapper.header-side-nav #header .share-links .share-googleplus:hover {
    background: #dd4b39;
}
.header-wrapper.header-side-nav #header .share-links .share-pinterest:hover {
    background: #cc2127;
}
.header-wrapper.header-side-nav #header .share-links .share-youtube:hover {
    background: #c3191e;
}
.header-wrapper.header-side-nav #header .share-links .share-instagram:hover {
    background: #7c4a3a;
}
.header-wrapper.header-side-nav #header .share-links .share-skype:hover {
    background: #00b0f6;
}
.header-wrapper.header-side-nav #header .share-links .share-email:hover {
    background: #dd4b39;
}
.header-wrapper.header-side-nav #header .share-links .share-vk:hover {
    background: #6383a8;
}
.header-wrapper.header-side-nav #header .share-links .share-xing:hover {
    background: #1a7576;
}
.header-wrapper.header-side-nav #header .share-links .share-tumblr:hover {
    background: #304e6c;
}
.header-wrapper.header-side-nav #header .share-links .share-reddit:hover {
    background: #ff4107;
}
.header-wrapper.header-side-nav #header .share-links .share-vimeo:hover {
    background: #52b8ea;
}
.header-wrapper.header-side-nav #header .share-links .share-telegram:hover {
    background: #08c;
}
.header-wrapper.header-side-nav #header .share-links .share-yelp:hover {
    background: #c41200;
}
.header-wrapper.header-side-nav #header .share-links .share-flickr:hover {
    background: #0063dc;
}
.header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover {
    background: #3c8a38;
}
@media (min-width: 992px) {
    .header-wrapper.header-side-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1002;
    }
    .header-wrapper.header-side-nav #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 256px;
        padding: 10px 15px 145px;
        min-height: 100vh;
    }
    .header-wrapper.header-side-nav #header.initialize {
        position: absolute;
    }
    .header-wrapper.header-side-nav #header.fixed-bottom {
        position: fixed;
        bottom: 0;
        top: auto;
    }
    .header-wrapper.header-side-nav #header .side-top > .container {
        padding: 0;
        width: 100%;
    }
    .header-wrapper.header-side-nav #header .header-main {
        position: static;
    }
    .header-wrapper.header-side-nav #header .header-main > .container {
        position: static;
        padding: 0;
        width: 100%;
        display: block;
    }
    .header-wrapper.header-side-nav #header .header-main > .container > * {
        position: static;
        display: block;
        padding: 0;
    }
    .header-wrapper.header-side-nav #header .logo {
        text-align: center;
        margin: 30px auto;
    }
    .header-wrapper.header-side-nav #header .searchform {
        margin-bottom: 20px;
        width: 226px;
        border-radius: 5px;
    }
    .header-wrapper.header-side-nav #header .searchform input {
        padding: 0 10px;
        border-radius: 5px 0 0 5px;
        border-width: 0;
        width: 190px;
    }
    .header-wrapper.header-side-nav #header .searchform.searchform-cats input {
        width: 95px;
    }
    .header-wrapper.header-side-nav #header .searchform button {
        padding: 0 10px;
        border-radius: 0 5px 5px 0;
    }
    .header-wrapper.header-side-nav #header .searchform select {
        border-width: 0;
        padding: 0;
        width: 93px;
    }
    .header-wrapper.header-side-nav #header .searchform .autocomplete-suggestions {
        left: -1px;
        right: -1px;
    }
    .header-wrapper.header-side-nav #header .top-links {
        display: block;
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    .header-wrapper.header-side-nav #header .top-links li.menu-item {
        display: block;
        float: none;
        margin: 0;
    }
    .header-wrapper.header-side-nav #header .top-links li.menu-item:after {
        display: none;
    }
    .header-wrapper.header-side-nav #header .top-links li.menu-item > a, .header-wrapper.header-side-nav #header .top-links li.menu-item > h5 {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0;
        border-top: 1px solid #ccc;
        border-color: rgba(128, 128, 128, 0.15) !important;
    }
    .header-wrapper.header-side-nav #header .top-links li.menu-item:first-child > a, .header-wrapper.header-side-nav #header .top-links li.menu-item:first-child > h5 {
        border-top-width: 0;
    }
    .header-wrapper.header-side-nav #header .header-contact {
        margin: 0 0 8px;
        white-space: normal;
    }
    .header-wrapper.header-side-nav #header .header-copyright {
        font-size: 0.9em;
    }
    .header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup {
        left: 0;
        right: auto;
    }
    .header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup:before {
        right: auto;
        left: 10px;
    }
    .header-wrapper.header-side-nav .side-bottom {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 20px 10px;
    }
    .page-wrapper.side-nav .page-top.fixed-pos {
        position: fixed;
        z-index: 1001;
        width: 100%;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    }
}
.header-side-nav .sidebar-menu {
    margin-bottom: 20px;
}
.header-side-nav .sidebar-menu > li.menu-item > a, .header-side-nav .sidebar-menu > li.menu-item > h5 {
    margin-left: 0;
    margin-right: 0;
    border-color: rgba(128, 128, 128, 0.18) !important;
}
.header-side-nav .sidebar-menu > li.menu-item > .arrow {
    right: -5px;
}
.header-side-nav .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
.header-side-nav .sidebar-menu .menu-custom-block a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.header-side-nav .sidebar-menu .menu-custom-block a:last-child:hover {
    border-radius: 0;
}
.header-side-nav .sidebar-menu .menu-custom-block .fa {
    width: 18px;
    text-align: center;
}
.header-side-nav .sidebar-menu .menu-custom-block .fa, .header-side-nav .sidebar-menu .menu-custom-block .avatar {
    margin-right: 5px;
}
.header-side-nav .sidebar-menu .menu-custom-block > .avatar img {
    margin-top: -5px;
    margin-bottom: -4px;
}
@media (max-width: 991px) {
    .header-wrapper.header-side-nav #header .side-top {
        padding: 10px 0 0;
    }
    .header-wrapper.header-side-nav #header .side-top .currency-switcher, .header-wrapper.header-side-nav #header .side-top .view-switcher {
        float: left;
    }
    .header-wrapper.header-side-nav #header .side-top .mini-cart {
        float: right;
    }
    .header-wrapper.header-side-nav #header .logo {
        margin-bottom: 5px;
    }
    .header-wrapper.header-side-nav #header .sidebar-menu {
        display: none;
    }
    .header-wrapper.header-side-nav #header .share-links {
        margin: 0 0 0 10px;
    }
    .header-wrapper.header-side-nav #header .share-links a:last-child {
        margin-right: 0;
    }
    .header-wrapper.header-side-nav #header .header-copyright {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-wrapper.header-side-nav #header .side-top {
        padding-top: 0;
    }
    .header-wrapper.header-side-nav #header .side-top > .container > * {
        display: none !important;
    }
    .header-wrapper.header-side-nav #header .side-top > .container > .mini-cart {
        display: block !important;
        position: absolute !important;
        top: 50%;
        bottom: 50%;
        height: 26px;
        margin-top: -12px;
        right: 10px;
        z-index: 1001;
    }
    .header-wrapper.header-side-nav #header .logo {
        margin: 0 auto;
    }
    .header-wrapper.header-side-nav #header .share-links {
        display: none;
    }
    .header-wrapper.header-side-nav #header .show-minicart .header-contact {
        margin-right: 100px;
    }
}
@media (max-width: 767px) {
}
@media (min-width: 992px) {
    body.boxed.body-side {
        padding-left: 276px;
        padding-right: 20px;
    }
    body.boxed.body-side.modal-open {
        padding-left: 276px !important;
        padding-right: 20px !important;
    }
    body.boxed.body-side .header-wrapper.header-side-nav {
        position: fixed;
        left: 0;
    }
    body.boxed.body-side .page-wrapper.side-nav > * {
        padding-left : 0;
    }
    body.boxed.body-side .page-wrapper.side-nav .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    body.boxed.body-side .page-wrapper.side-nav .page-top.fixed-pos {
        left: 276px;
        right: 20px;
        width: auto;
    }
}
#nav-panel {
    position: fixed;
    height: 100%;
    width: 260px;
    top: 0;
    botom: 0;
    font-size: 0.9em;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100001;
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -ms-transform: translate(-260px);
    -o-transform: translate(-260px);
    transform: translate(-260px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#nav-panel.panel-left {
    left: 0;
    right: auto;
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -ms-transform: translate(-260px);
    -o-transform: translate(-260px);
    transform: translate(-260px);
}
#nav-panel.panel-right {
    right: 0;
    left: auto;
    -webkit-transform: translate(260px);
    -moz-transform: translate(260px);
    -ms-transform: translate(260px);
    -o-transform: translate(260px);
    transform: translate(260px);
}
#nav-panel-close {
    border-radius: 0 6px 6px 0;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 38px;
    position: fixed;
    left: 260px;
    margin-left: -40px;
    text-align: center;
    text-decoration: none;
    top: 85px;
    width: 40px;
    z-index: 100000;
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -ms-transform: translate(-260px);
    -o-transform: translate(-260px);
    transform: translate(-260px);
}
#nav-panel-close.panel-left {
    left: 260px;
    right: auto;
    margin-left: -40px;
    margin-right: auto;
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -ms-transform: translate(-260px);
    -o-transform: translate(-260px);
    transform: translate(-260px);
    border-radius: 0 6px 6px 0;
}
#nav-panel-close.panel-right {
    right: 260px;
    left: auto;
    margin-right: -40px;
    margin-left: auto;
    -webkit-transform: translate(260px);
    -moz-transform: translate(260px);
    -ms-transform: translate(260px);
    -o-transform: translate(260px);
    transform: translate(260px);
    border-radius: 6px 0 0 6px;
}
.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}
.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    min-height: 100vh;
    opacity: 0.35;
    filter: alpha(opacity=35);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
html.panel-opened {
    overflow: hidden;
    margin-top: 0 !important;
    height: 100%;
}
html.panel-opened body {
    height: 100%;
}
html.panel-opened body > * {
    z-index: 0;
}
html.panel-opened body #nav-panel {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 100001;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
}
html.panel-opened body #nav-panel-close {
    margin-left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s, margin ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s, margin ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s, margin ease-in-out 0s;
    z-index: 100000;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
}
html.panel-opened body #nav-panel-close.panel-left {
    margin-left: 0;
    margin-right: auto;
}
html.panel-opened body #nav-panel-close.panel-right {
    margin-right: 0;
    margin-left: auto;
}
#nav-panel .welcome-msg {
    text-align: center;
    display: block;
    margin: 15px 0;
    padding: 0 10px;
}
#nav-panel .welcome-msg p {
    margin: 5px 0;
}
#nav-panel .welcome-msg .pull-left, #nav-panel .welcome-msg .pull-right {
    float: none !important;
}
#nav-panel .accordion-menu {
    font-size: 0.8571em;
}
#nav-panel .accordion-menu .arrow {
    right: 5px;
}
#nav-panel .mobile-menu {
    font-size: 1em;
}
#nav-panel .switcher-wrap {
    margin: 15px 0;
    padding: 0 10px;
}
#nav-panel .woocs-switcher li, #nav-panel .woocs-switcher li > h5 {
    cursor: pointer !important;
}
#nav-panel .menu-wrap {
    margin: 15px 0;
    padding: 0 10px;
}
#nav-panel .menu-custom-block {
    margin: 15px 0;
    padding: 0 10px;
}
#nav-panel .menu-custom-block a, #nav-panel .menu-custom-block span {
    display: block;
}
#nav-panel .menu-custom-block a {
    padding: 5px 6px;
    text-decoration: none;
}
#nav-panel .menu-custom-block .tip {
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 2px;
    line-height: 1;
    padding: 2px;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
}
#nav-panel .menu-custom-block .tip.hot {
    background-color: #eb2771;
}
#nav-panel .menu-custom-block .tip.hot .tip-arrow:before {
    color: #eb2771;
}
#nav-panel .menu-custom-block .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    font-style: normal;
    position: absolute;
    width: 4px;
    height: 6px;
    margin: auto;
    content: "\f126";
    left: -4px;
    text-align: right;
    top: 0;
    bottom: 0;
}
#nav-panel .share-links {
    font-size: 1em;
    margin: 15px 0;
    padding: 0 5px;
    text-align: center;
}
/* Page Top */.page-top {
    background-color: #171717;
    min-height: 40px;
    padding: 0;
    padding: 8px 0 6px;
    position: relative;
    text-align: left;
}
.page-top.wide .container {
    width: 100%;
}
.page-top .breadcrumbs-wrap {
    font-weight: 600;
    font-size: 12px;
}
.page-top .breadcrumbs-prefix {
    margin-right: 10px;
}
.page-top ul.breadcrumb {
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0;
}
.page-top ul.breadcrumb > li {
    font-weight: 600;
    font-size: 12px;
    text-shadow: none;
}
.page-top ul.breadcrumb > li a {
    display: inline-block;
    font-weight: 600;
    text-transform: none;
    border-color: transparent;
    background: transparent;
}
.page-top ul.breadcrumb > li + li:before {
    display: none;
}
.page-top ul.breadcrumb > li .delimiter {
    font-family: "FontAwesome";
    display: inline-block;
    width: 25px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}
.page-top ul.breadcrumb > li .delimiter:before {
    font-size: 0.8em;
    content: "\f054";
}
.page-top ul.breadcrumb li span {
    margin-left: 5px;
}
.page-top ul.breadcrumb li span:first-child {
    margin-left: 0;
}
.page-top .yoast-breadcrumbs {
    font-weight: 600;
    font-size: 12px;
}
.page-top .yoast-breadcrumbs a {
    margin-right: 5px;
}
.page-top .yoast-breadcrumbs span, .page-top .yoast-breadcrumbs .breadcrumb_last {
    margin-left: 5px;
}
.page-top .page-title {
    display: inline-block;
    font-size: 2em;
    font-weight: 200;
    margin: 0;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 2px;
    position: relative;
    letter-spacing: -1px;
    text-transform: none;
}
.page-top .product-nav {
    position: absolute;
    height: 30px;
    top: 50%;
    bottom: 50%;
    margin-top: -15px;
    right: 10px;
    *zoom: 1;
}
.page-top .product-nav:before, .page-top .product-nav:after {
    content: " ";
    display: table;
}
.page-top .product-nav:after {
    clear: both;
}
.page-top .product-nav .product-prev, .page-top .product-nav .product-next {
    display: inline-block;
    float: left;
}
.page-top .product-nav .product-prev:hover .product-popup, .page-top .product-nav .product-next:hover .product-popup {
    display: block;
}
.page-top .product-nav a {
    display: block;
}
.page-top .product-nav .product-link {
    width: 26px;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.page-top .product-nav .product-link.disabled {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.page-top .product-nav .product-link:before {
    font-family: "FontAwesome";
    line-height: 30px;
}
.page-top .product-nav .product-prev .product-link:before {
    content: "\f054";
}
.page-top .product-nav .product-prev .product-popup:before {
    right: 6px;
}
.page-top .product-nav .product-next .product-link:before {
    content: "\f053";
}
.page-top .product-nav .product-next .product-popup:before {
    right: 32px;
}
.page-top .product-nav .featured-box {
    display: block;
    margin: 0;
    text-align: left;
    border-width: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.page-top .product-nav .featured-box .box-content {
    display: block;
    padding: 10px;
    *zoom: 1;
}
.page-top .product-nav .featured-box .box-content:before, .page-top .product-nav .featured-box .box-content:after {
    content: " ";
    display: table;
}
.page-top .product-nav .featured-box .box-content:after {
    clear: both;
}
.page-top .product-nav .product-popup {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 250px;
    font-size: 0.9286em;
    z-index: 999;
}
.page-top .product-nav .product-popup:before {
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "";
    position: absolute;
    top: -5px;
}
.page-top .product-nav .product-popup .product-image {
    padding: 2px;
    border-radius: 5px;
    float: left;
    width: 90px;
}
.page-top .product-nav .product-popup .product-image img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.page-top .product-nav .product-popup .product-details {
    float: right;
    width: 130px;
}
.page-top .product-nav .product-popup .product-details .product-title {
    display: block;
}
.page-top .product-nav .product-popup .product-details .amount {
    color: #444;
    font-size: 1.0714em;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}
.page-top .product-nav .product-popup .product-details .amount .currency, .page-top .product-nav .product-popup .product-details .amount .decimal {
    font-size: 0.75em;
    font-weight: 400;
}
.page-top .product-nav .product-popup .product-details .amount .currency .decimal {
    font-size: 1em;
}
.page-top .product-nav .product-popup .product-details ins {
    text-decoration: none;
    vertical-align: baseline;
}
.page-top .product-nav .product-popup .product-details del, .page-top .product-nav .product-popup .product-details .from {
    color: #a7a7a7;
    font-size: 0.8em;
    margin-right: 3px;
    vertical-align: baseline;
}
.page-top .product-nav .product-popup .product-details del .amount, .page-top .product-nav .product-popup .product-details .from .amount {
    color: #a7a7a7;
}
body.single-product .page-top.page-header-1 .breadcrumbs-wrap, body.single-product .page-top.page-header-2 .breadcrumbs-wrap {
    padding-right: 55px;
}
.page-top.page-header-1 .page-title {
    margin-bottom: -16px;
    padding-bottom: 17px;
}
.page-top.page-header-3 .page-title {
    margin-bottom: 5px;
}
.page-top.page-header-3 .product-nav {
    position: static;
    height: auto;
    margin-top: 0;
}
.page-top.page-header-3 .product-nav .product-prev, .page-top.page-header-3 .product-nav .product-next {
    float: none;
    position: absolute;
    height: 30px;
    top: 50%;
    bottom: 50%;
    margin-top: -15px;
}
.page-top.page-header-3 .product-nav .product-prev {
    right: 10px;
}
.page-top.page-header-3 .product-nav .product-next {
    left: 10px;
}
.page-top.page-header-3 .product-nav .product-next .product-popup {
    right: auto;
    left: 0;
}
.page-top.page-header-3 .product-nav .product-next .product-popup:before {
    right: auto;
    left: 6px;
}
@media (max-width: 991px) {
    .page-top.page-header-4 .pt-left, .page-top.page-header-5 .pt-left, .page-top.page-header-4 .pt-right, .page-top.page-header-5 .pt-right {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .page-top.page-header-4 .page-title, .page-top.page-header-5 .page-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-top.page-header-4 .breadcrumbs-wrap, .page-top.page-header-5 .breadcrumbs-wrap {
        margin: 21px;
    }
    .page-top.page-header-4 .product-nav, .page-top.page-header-5 .product-nav {
        display: inline-block;
        position: static;
        height: auto;
        margin-top: -5px;
        vertical-align: middle;
    }
    .page-top.page-header-4 .product-nav .product-prev, .page-top.page-header-5 .product-nav .product-prev, .page-top.page-header-4 .product-nav .product-next, .page-top.page-header-5 .product-nav .product-next {
        position: relative;
    }
}
@media (min-width: 992px) {
    .page-top.page-header-4 .product-prev .product-popup {
        right: auto;
        left: -26px;
    }
    .page-top.page-header-4 .product-prev .product-popup:before {
        right: auto;
        left: 32px;
    }
    .page-top.page-header-4 .product-next .product-popup {
        right: auto;
        left: 0;
    }
    .page-top.page-header-4 .product-next .product-popup:before {
        right: auto;
        left: 6px;
    }
}
@media (max-width: 991px) {
    .page-top.page-header-5 .pt-left, .page-top.page-header-5 .pt-right {
        text-align: right;
    }
    .page-top.page-header-5 .product-nav {
        display: inline-block;
        position: static;
        height: auto;
        margin-top: -5px;
        vertical-align: middle;
    }
    .page-top.page-header-5 .product-nav .product-prev, .page-top.page-header-5 .product-nav .product-next {
        position: relative;
    }
}
.page-top.page-header-5 .product-next .product-popup {
    right: -26px;
}
#breadcrumbs-boxed {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
/* Responsive */@media (max-width: 479px) {
    .page-top .page-title {
        line-height: 37px;
    }
}
/* Section Title */.section-title {
    font-size: 1.1429em;
    line-height: 1.4;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    margin-bottom: 1.25em;
    letter-spacing: normal;
}
/* Section Featured */section.section, .vc_row.section, .vc_column_container.section {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}
section.section.section-center, .vc_row.section.section-center, .vc_column_container.section.section-center {
    text-align: center;
}
section.section.section-text-light h1, .vc_row.section.section-text-light h1, .vc_column_container.section.section-text-light h1, section.section.section-text-light h2, .vc_row.section.section-text-light h2, .vc_column_container.section.section-text-light h2, section.section.section-text-light h3, .vc_row.section.section-text-light h3, .vc_column_container.section.section-text-light h3, section.section.section-text-light h4, .vc_row.section.section-text-light h4, .vc_column_container.section.section-text-light h4, section.section.section-text-light h5, .vc_row.section.section-text-light h5, .vc_column_container.section.section-text-light h5, section.section.section-text-light h6, .vc_row.section.section-text-light h6, .vc_column_container.section.section-text-light h6 {
    color: #fff;
}
section.section.section-text-light p, .vc_row.section.section-text-light p, .vc_column_container.section.section-text-light p {
    color: #e6e6e6;
}
section.section.section-text-dark h1, .vc_row.section.section-text-dark h1, .vc_column_container.section.section-text-dark h1, section.section.section-text-dark h2, .vc_row.section.section-text-dark h2, .vc_column_container.section.section-text-dark h2, section.section.section-text-dark h3, .vc_row.section.section-text-dark h3, .vc_column_container.section.section-text-dark h3, section.section.section-text-dark h4, .vc_row.section.section-text-dark h4, .vc_column_container.section.section-text-dark h4, section.section.section-text-dark h5, .vc_row.section.section-text-dark h5, .vc_column_container.section.section-text-dark h5, section.section.section-text-dark h6, .vc_row.section.section-text-dark h6, .vc_column_container.section.section-text-dark h6 {
    color: #1d2127;
}
section.section.section-text-dark p, .vc_row.section.section-text-dark p, .vc_column_container.section.section-text-dark p {
    color: #333a44;
}
section.section.section-background, .vc_row.section.section-background, .vc_column_container.section.section-background {
    background-repeat: repeat;
    border: 0;
}
section.section.section-overlay, .vc_row.section.section-overlay, .vc_column_container.section.section-overlay {
    position: relative;
}
section.section.section-overlay:before, .vc_row.section.section-overlay:before, .vc_column_container.section.section-overlay:before {
    content: "";
    display: block;
    background: url("video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
section.section.section-video, .vc_row.section.section-video, .vc_column_container.section.section-video {
    background: none !important;
    border: 0;
}
section.section.section-parallax, .vc_row.section.section-parallax, .vc_column_container.section.section-parallax {
    background-color: transparent;
    border: 0;
}
section.section.section-with-divider, .vc_row.section.section-with-divider, .vc_column_container.section.section-with-divider {
    margin: 56px 0 35px;
}
section.section.section-with-divider .divider, .vc_row.section.section-with-divider .divider, .vc_column_container.section.section-with-divider .divider {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    margin: -56px 0 44px;
}
section.section.section-with-divider-footer, .vc_row.section.section-with-divider-footer, .vc_column_container.section.section-with-divider-footer {
    margin: 35px 0 56px;
}
section.section.section-with-divider-footer .divider, .vc_row.section.section-with-divider-footer .divider, .vc_column_container.section.section-with-divider-footer .divider {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 55px;
    margin: 44px 0 -56px;
}
section.section.section-footer, .vc_row.section.section-footer, .vc_column_container.section.section-footer {
    margin-bottom: -50px;
}
section.section .porto-section:last-child > div > *:last-child, .vc_row.section .porto-section:last-child > div > *:last-child, .vc_column_container.section .porto-section:last-child > div > *:last-child {
    margin-bottom: 0;
}
section.section.section-no-borders, .vc_row.section.section-no-borders, .vc_column_container.section.section-no-borders {
    border-width: 0;
}
.vc_row.section, .vc_row.section.section-with-divider, .vc_row.section.section-with-divider-footer {
    margin-left: -10px;
    margin-right: -10px;
}
.vc_column_container.section {
    margin: 0;
    padding: 50px 20px;
}
.vc_row.section > .vc_column_container .wpb_wrapper > div:last-child, .vc_row.section > .porto-container > .vc_row > .vc_column_container .wpb_wrapper > div:last-child, .vc_column_container.section .wpb_wrapper > div:last-child {
    margin-bottom: 0;
}
.col-half-section {
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    max-width: 565px;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.col-half-section.col-half-section-right {
    float: right;
}
@media (max-width: 1189px) {
    .col-half-section {
        max-width: 460px;
    }
}
@media (max-width: 991px) {
    .col-half-section {
        max-width: 100%;
        float: none !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* Slider */.slider-title {
    font-size: 1.1429em;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.25em;
    position: relative;
}
.slider-title .line {
    content: "";
    background-image: - webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    display: block;
    height: 1px;
    position: relative;
    bottom: 0.7em;
    width: 0;
}
@media (max-width: 480px) {
    .slider-title .line {
        display: none !important;
    }
}
.master-slider {
    direction: ltr;
}
.master-slider .ms-container .ms-nav-prev, .master-slider .ms-container .ms-nav-next, .master-slider .ms-container .ms-slide-vpbtn, .master-slider .ms-container .ms-video-btn {
    background: transparent;
    border-radius: 0;
    font-family: "FontAwesome";
    font-size: 2.8571em;
    text-align: center;
    line-height: 1;
    margin-top: -25px;
    width: 50px;
    height: 50px;
}
.master-slider .ms-container .ms-nav-prev:before, .master-slider .ms-container .ms-nav-next:before, .master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {
    text-shadow: 0 0 3px #fff;
    font-size: 1.5em;
    line-height: 50px;
    display: block;
}
.master-slider .ms-container .ms-nav-prev {
    left: 0;
}
.master-slider .ms-container .ms-nav-prev:before {
    content: "\f104";
}
.master-slider .ms-container .ms-nav-next {
    right: 0;
}
.master-slider .ms-container .ms-nav-next:before {
    content: "\f105";
}
.master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {
    content: "\f04b";
    font-size: 1.1em;
    text-shadow: none;
}
.master-slider .ms-container .ms-bullet {
    background-image: none;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 5px 7px !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.master-slider .ms-container .ms-bullet-selected {
    opacity: 1;
    filter: alpha(opacity=100);
}
.master-slider .ms-loading-container .ms-loading, .master-slider .ms-slide .ms-slide-loading {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before {
    content: " ";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -webkit-animation: 1s linear 0s normal none infinite running spin;
    -moz-animation: 1s linear 0s normal none infinite running spin;
    animation: 1s linear 0s normal none infinite running spin;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    border-bottom-color: transparent !important;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.master-slider .ms-slide {
    overflow: hidden;
}
#content .master-slider, #content-inner-top .master-slider, #content-inner-bottom .master-slider {
    border-radius: 7px;
    overflow: hidden;
}
#content .master-slider .ms-slide .ms-slide-bgcont, #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #content .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 7px;
    overflow: hidden;
}
body.wide #content .master-slider, body.wide #content-inner-top .master-slider, body.wide #content-inner-bottom .master-slider, .column1.wide #content .master-slider, .column1.wide #content-inner-top .master-slider, .column1.wide #content-inner-bottom .master-slider {
    border-radius: 0;
}
body.wide #content .master-slider .ms-slide .ms-slide-bgcont, body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, body.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0;
}
#main.wide #content .master-slider, #main.wide #content-inner-top .master-slider, #main.wide #content-inner-bottom .master-slider {
    border-radius: 0;
    overflow: visible;
}
#main.wide #content .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0;
    overflow: visible;
}
.blueimp-gallery > .prev, .blueimp-gallery > .next, body .blueimp-gallery > .play-pause, body .blueimp-gallery-playing > .play-pause, body:last-child .blueimp-gallery > .play-pause, body:last-child .blueimp-gallery-playing > .play-pause {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    font-family: "FontAwesome";
    font-size: 2.8571em;
    text-align: center;
    line-height: 1;
    margin-top: -25px;
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.blueimp-gallery > .prev:before, .blueimp-gallery > .next:before, body .blueimp-gallery > .play-pause:before, body .blueimp-gallery-playing > .play-pause:before, body:last-child .blueimp-gallery > .play-pause:before, body:last-child .blueimp-gallery-playing > .play-pause:before {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    line-height: 50px;
    display: block;
}
.blueimp-gallery-single .prev, .blueimp-gallery-single .next, .blueimp-gallery-single .play-pause {
    display: none !important;
}
.blueimp-gallery > .prev:before {
    content: "\f104";
}
.blueimp-gallery > .next:before {
    content: "\f105";
}
.blueimp-gallery > .close {
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: normal;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.blueimp-gallery > .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.blueimp-gallery > .close:before {
    content: "\f00d";
}
body .blueimp-gallery > .play-pause, body .blueimp-gallery-playing > .play-pause, body:last-child .blueimp-gallery > .play-pause, body:last-child .blueimp-gallery-playing > .play-pause {
    width: 40px;
    height: 40px;
    font-size: 1em;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
body .blueimp-gallery > .play-pause:hover, body .blueimp-gallery-playing > .play-pause:hover, body:last-child .blueimp-gallery > .play-pause:hover, body:last-child .blueimp-gallery-playing > .play-pause:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
body .blueimp-gallery > .play-pause:before, body:last-child .blueimp-gallery > .play-pause:before {
    content: "\f04b";
}
body .blueimp-gallery-playing > .play-pause:before, body:last-child .blueimp-gallery-playing > .play-pause:before {
    content: "\f04c";
}
.rev_slider_wrapper {
    z-index: 0;
}
.banner-container {
    position: relative;
    z-index: 0;
}
.banner-container .banner-fixed {
    position: fixed;
    top: 0;
}
.banner-container .porto-block .ult-carousel-wrapper {
    margin-bottom: 0;
}
.banner-container .master-slider {
    max-width: 100%;
    overflow: hidden;
}
.banner-container .ms-thumb-list {
    padding-bottom: 6px;
}
.banner-container .ms-thumb-frame {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 3px solid rgba(0, 0, 0, .25);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25) inset;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.banner-container .ms-thumb-frame:hover, .banner-container .ms-thumb-frame-selected {
    border-color: #fff;
}
.side-nav .banner-container {
    margin-top: -1px;
}
.side-nav .banner-container .master-slider {
    max-width: none;
}
#banner-wrapper.banner-wrapper-boxed {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
body .ads-container {
    color: #777;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    margin: 20px 0 0;
    border-radius: 3px;
}
body .ads-container .left-icon.aio-icon-box {
    display: block;
    text-align: center;
    margin: 0 !important;
    padding: 20px 0;
}
body .ads-container .left-icon .aio-icon-left {
    display: inline-block;
}
body .ads-container .left-icon .aio-icon.none, body .ads-container .left-icon .aio-icon-img.none {
    text-align: right;
}
@media (max-width: 991px) {
    body .ads-container .left-icon .aio-icon.none, body .ads-container .left-icon .aio-icon-img.none {
        text-align: center;
    }
}
body .ads-container .left-icon .aio-ibd-block {
    display: inline-block;
    text-align: left;
}
@media (max-width: 991px) {
    body .ads-container .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}
body .ads-container .left-icon .aio-icon-left .aio-icon, body .ads-container .left-icon .aio-icon-left .aio-icon-img {
    margin: 0 10px 0 0;
}
body .ads-container .left-icon .aio-icon-header, body .ads-container .left-icon .aio-icon-description {
    float: none;
    width: auto;
}
body .ads-container .left-icon h3.aio-icon-title {
    line-height: 1.1;
}
body .ads-container .left-icon .aio-icon-description {
    margin-top: 3px;
    line-height: 1.2;
}
body .ads-container .vc_column_container {
    border-left: 1px solid #e1e1e1;
}
body .ads-container .vc_column_container:first-child {
    border-left-width: 0;
}
@media (max-width: 991px) {
    body .ads-container .vc_column_container {
        float: none;
        width: 100%;
        border-left-width: 0;
    }
}
body .ads-container-full {
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 0;
}
body .menu-ads-container {
    color: #777;
    background: #f6f6f6;
    border: 2px solid #fff;
    border-radius: 0 0 3px 3px;
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
}
body .menu-ads-container .vc_column_container {
    border-left: 2px solid #fff;
}
body .menu-ads-container .vc_column_container:first-child {
    border-left-width: 0;
}
@media (max-width: 1189px) {
    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon.aio-icon-box {
        padding: 15px 0;
    }
    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left {
        display: block;
    }
    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left .aio-icon {
        font-size: 25px !important;
        margin-bottom: 10px;
    }
    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-ibd-block {
        display: block;
        text-align: center;
    }
}
body .ads-container-light {
    color: #777;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 3px;
}
body .ads-container-light .left-icon.aio-icon-box {
    display: block;
    text-align: center;
    margin: 0 !important;
    padding: 20px 0;
}
body .ads-container-light .left-icon .aio-icon-left {
    display: inline-block;
}
body .ads-container-light .left-icon .aio-icon.none, body .ads-container-light .left-icon .aio-icon-img.none {
    text-align: right;
}
@media (max-width: 991px) {
    body .ads-container-light .left-icon .aio-icon.none, body .ads-container-light .left-icon .aio-icon-img.none {
        text-align: center;
    }
}
body .ads-container-light .left-icon .aio-ibd-block {
    display: inline-block;
    text-align: left;
}
@media (max-width: 991px) {
    body .ads-container-light .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}
body .ads-container-light .left-icon .aio-icon-left .aio-icon, body .ads-container-light .left-icon .aio-icon-left .aio-icon-img {
    margin: 0 10px 0 0;
}
body .ads-container-light .left-icon .aio-icon-header, body .ads-container-light .left-icon .aio-icon-description {
    float: none;
    width: auto;
}
body .ads-container-light .left-icon h3.aio-icon-title {
    line-height: 1.1;
}
body .ads-container-light .left-icon .aio-icon-description {
    margin-top: 3px;
    line-height: 1.2;
}
body .ads-container-light .vc_column_container {
    border-left: 1px solid #f5f5f5;
}
body .ads-container-light .vc_column_container:first-child {
    border-left-width: 0;
}
@media (max-width: 991px) {
    body .ads-container-light .vc_column_container {
        float: none;
        width: 100%;
        border-left-width: 0;
    }
}
body .ads-container-blue {
    color: #fff;
    background: #08c;
    border: 1px solid #08c;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding: 10px 0;
    border-radius: 3px;
}
body .ads-container-blue .left-icon.aio-icon-box {
    display: block;
    text-align: center;
    margin: 0 !important;
    padding: 20px 0;
}
body .ads-container-blue .left-icon .aio-icon-left {
    display: inline-block;
}
body .ads-container-blue .left-icon .aio-icon.none, body .ads-container-blue .left-icon .aio-icon-img.none {
    text-align: right;
}
@media (max-width: 991px) {
    body .ads-container-blue .left-icon .aio-icon.none, body .ads-container-blue .left-icon .aio-icon-img.none {
        text-align: center;
    }
}
body .ads-container-blue .left-icon .aio-ibd-block {
    display: inline-block;
    text-align: left;
}
@media (max-width: 991px) {
    body .ads-container-blue .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}
body .ads-container-blue .left-icon .aio-icon-left .aio-icon, body .ads-container-blue .left-icon .aio-icon-left .aio-icon-img {
    margin: 0 10px 0 0;
}
body .ads-container-blue .left-icon .aio-icon-header, body .ads-container-blue .left-icon .aio-icon-description {
    float: none;
    width: auto;
}
body .ads-container-blue .left-icon h3.aio-icon-title {
    line-height: 1.1;
}
body .ads-container-blue .left-icon .aio-icon-description {
    margin-top: 3px;
    line-height: 1.2;
}
body .ads-container-blue .vc_column_container {
    border-left: 1px solid #149ce0;
}
body .ads-container-blue .vc_column_container:first-child {
    border-left-width: 0;
}
@media (max-width: 991px) {
    body .ads-container-blue .vc_column_container {
        float: none;
        width: 100%;
        border-left-width: 0;
    }
}
body .newsletter-banner {
    text-align: center;
}
body .newsletter-banner .widget_wysija_cont p, body .newsletter-banner .widget_wysija_cont .wysija-submit {
    display: inline-block;
    margin: 0 auto 10px;
    vertical-align: top;
    position: relative;
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont p, body .newsletter-banner .widget_wysija_cont .wysija-submit {
        display: block;
    }
}
body .newsletter-banner .widget_wysija_cont .wysija-submit {
    border-radius: 0 3px 3px 0;
    margin-left: -7px;
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .wysija-submit {
        margin-left: auto;
        border-radius: 3px;
    }
}
body .newsletter-banner .widget_wysija_cont .wysija-input {
    background: #e3e2e2;
    color: #666;
    width: 350px;
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .wysija-input {
        width: 250px;
    }
}
body .newsletter-banner .widget_wysija_cont .formError {
    left: 0 !important;
    top: 36px !important;
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .formError {
        position: static !important;
    }
}
body .newsletter-banner .widget_wysija_cont .formError .formErrorContent {
    border: none;
    background: transparent;
    color: #eb340e;
    text-align: left;
    line-height: 1.1;
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .formError .formErrorContent {
        text-align: center;
        margin: 0 auto 5px;
    }
}
body .banner-container strong {
    font-weight: 600;
}
body .banner-container small {
    font-size: 11px;
    display: block;
}
body .banner-container .ult-new-ib-title {
    line-height: 1;
    text-align: left;
}
body .banner-title-bottom .ult-new-ib-title {
    left: 0;
}
body .banner-title-top .ult-new-ib-title {
    top: 0;
    left: 0;
}
body .banner-title-top .ult-new-ib-title small {
    font-size: 8px;
}
body.boxed .ads-container-full.vc_row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
/* Home Intro */.home-intro {
    background-color: #171717;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    text-align: left;
}
.home-intro p {
    color: #999;
    display: inline-block;
    padding-top: 10px;
    font-size: 1.15em;
    font-weight: 300;
    max-width: 800px;
    line-height: 24px;
}
.home-intro p strong {
    color: #fff;
    display: block;
    font-size: 1.3em;
    font-weight: 300;
    padding-bottom: 5px;
}
.home-intro p em {
    font-size: 1.6em;
}
.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
}
.home-intro .get-started .btn {
    position: relative;
}
.home-intro .get-started .btn i {
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 5px;
}
.home-intro .get-started a {
    color: #fff;
}
.home-intro .get-started p {
    font-size: 1em;
    padding: 0;
}
.home-intro .learn-more {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 15px;
}
.home-intro.light {
    background-color: #e2e2e2;
}
.home-intro.light.secondary {
    background-color: #e0e1e4;
}
/* Page 404 */.page-not-found {
    margin: 50px 0;
}
.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px;
}
.page-not-found p {
    font-size: 1.4em;
    line-height: 36px;
}
/* Responsive */@media (max-width: 479px) {
    .page-not-found {
        margin: 0;
    }
    .page-not-found h2 {
        font-size: 100px;
        letter-spacing: 0;
        line-height: 100px;
    }
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
span.wpcf7-not-valid-tip {
    color: #c10000;
    margin-top: 3px;
    padding: 0;
    font-size: 0.9em;
}
div.wpcf7-response-output {
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
div.wpcf7-response-output h4 {
    margin-top: 0;
    color: inherit;
}
div.wpcf7-response-output .alert-link {
    font-weight: bold;
}
div.wpcf7-response-output > p, div.wpcf7-response-output > ul {
    margin-bottom: 0;
}
div.wpcf7-response-output > p + p {
    margin-top: 5px;
}
div.wpcf7-validation-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
div.wpcf7-validation-errors {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1em;
}
.wpcf7-captchac {
    margin-top: 8px;
}
@media (max-width: 991px) {
    .wpcf7-captchac {
        margin-top: 15px;
    }
}
/* #Footer */.footer-wrapper.wide .container {
    width: 100%;
}
.footer-top .widget:last-child {
    margin-bottom: 0;
}
#footer {
    font-size: 0.9em;
    padding: 0;
    position: relative;
    clear: both;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    font-size: 1em;
}
#footer ul.list li {
    margin-bottom: 5px;
}
#footer .widget > div > ul li, #footer .widget > ul li {
    line-height: 24px;
}
#footer .footer-ribbon {
    position: absolute;
    margin: -70px 0 0 0;
    padding: 10px 20px 6px 20px;
    color: #fff;
    font-size: 1.6em;
}
#footer .footer-ribbon:before {
    left: -10px;
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
}
#footer > .container {
    padding-top: 40px;
    padding-bottom: 10px;
}
#footer.show-ribbon > .container {
    padding-top: 54px;
}
#footer .container {
    position: relative;
}
#footer .container input:focus {
    box-shadow: none;
}
#footer .logo {
    display: inline-block;
    margin-right: 20px;
}
@media (max-width: 991px) {
    #footer .logo {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
}
#footer .logo img {
    display: inline-block;
    max-width: 80px;
}
#footer .footer-bottom {
    padding: 15px 0;
}
#footer .footer-bottom .container {
    display: table;
    table-layout: fixed;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container {
        display: block;
    }
}
#footer .footer-bottom .container > div {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container > div {
        display: block;
    }
}
#footer .footer-bottom .container .footer-left {
    padding: 10px 8px 10px 0;
    text-align: left;
    width: 100%;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container .footer-left {
        padding: 10px 0;
    }
}
#footer .footer-bottom .container .footer-center {
    padding: 10px 8px;
    text-align: center;
    width: 350px;
}
@media (max-width: 1189px) {
    #footer .footer-bottom .container .footer-center {
        width: 300px;
    }
}
@media (max-width: 991px) {
    #footer .footer-bottom .container .footer-center {
        padding: 10px 0;
        width: auto;
        text-align: left;
    }
}
#footer .footer-bottom .container .footer-right {
    padding: 10px 0 10px 8px;
    text-align: right;
    width: 100%;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container .footer-right {
        padding: 10px 0;
        text-align: right;
        float: right;
    }
}
#footer .widgettitle, #footer .widget-title {
    margin-bottom: 15px;
    font-size: 1.2698em;
}
#footer .widgettitle, #footer .widget-title, #footer .widgettitle a, #footer .widget-title a {
    font-weight: 400;
    text-transform: none;
}
#footer .widgettitle img, #footer .widget-title img {
    margin-right: 3px;
    margin-top: -2px;
}
#footer .thumbnail, #footer .img-thumbnail {
    padding: 0;
    border-width: 0;
    background: transparent;
}
#footer .thumbnail img, #footer .img-thumbnail img {
    border-radius: 3px;
}
#footer .widget p {
    font-size: 1em;
}
#footer .widget > div > ul, #footer .widget > ul {
    font-size: 1em;
}
#footer .widget .tagcloud a {
    background: transparent;
    text-decoration: none;
}
#footer .widget .tagcloud a:hover {
    color: #fff;
}
#footer .widget P {
    margin-top: -3px;
    margin-bottom: 13px;
}
#footer .widget.contact-info .widget-title {
    margin-botom: 10px;
}
#footer .footer-bottom .widget {
    display: inline-block;
    margin: 0;
}
@media (max-width: 991px) {
    #footer .footer-bottom .widget {
        display: block;
        margin-top: 5px;
    }
}
#footer .footer-bottom .widget > div > ul, #footer .footer-bottom .widget > ul {
    border-width: 0;
}
#footer .footer-bottom .widget > div > ul li, #footer .footer-bottom .widget > ul li {
    border-width: 0;
}
#footer .footer-bottom .widget_nav_menu ul {
    margin: 0;
}
#footer .footer-bottom .widget_nav_menu ul li {
    display: inline-block;
    padding: 0 0 0 6px;
}
#footer .footer-bottom .widget_nav_menu ul li:first-child {
    padding: 0;
}
#footer .footer-bottom .widget_nav_menu ul li:before {
    display: none;
}
#footer .footer-bottom .widget_nav_menu ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    margin: 0 0 0 9px;
}
#footer .footer-bottom .widget_nav_menu ul li:last-child:after {
    display: none;
}
#footer .footer-bottom .widget_nav_menu ul li + li {
    margin-left: 0;
}
#footer .footer-bottom .footer-left .widget {
    margin-right: 15px;
}
#footer .footer-bottom .footer-left:first-child {
    margin-right: 0;
}
#footer .footer-bottom .footer-right .widget {
    margin-left: 15px;
}
#footer .footer-bottom .footer-right .widget:first-child {
    margin-left: 0;
}
#footer .footer-bottom .tooltip {
    display: none !important;
}
.footer-wrapper.simple #footer, .footer-wrapper.fixed #footer {
    padding-top: 0;
    background: transparent;
}
.footer-wrapper.simple #footer .footer-bottom, .footer-wrapper.fixed #footer .footer-bottom {
    padding: 0;
}
.footer-wrapper.simple #footer .footer-bottom .logo, .footer-wrapper.fixed #footer .footer-bottom .logo {
    display: none;
}
.footer-wrapper.simple #footer .footer-bottom .container, .footer-wrapper.fixed #footer .footer-bottom .container {
    display: table;
}
.footer-wrapper.simple #footer .footer-bottom .container > div, .footer-wrapper.fixed #footer .footer-bottom .container > div {
    padding-top: 8px;
    padding-bottom: 8px;
    display: table-cell;
    float: none;
}
@media (max-width: 991px) {
    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-center, .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-center {
        display: none;
    }
}
@media (max-width: 480px) {
    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-right, .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-right {
        display: none;
    }
    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-left, .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-left {
        text-align: center;
    }
}
.footer-wrapper.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
#footer-boxed {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
body {
    background: #fff;
}
body.wide .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.porto-wrap-container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}
.page-wrapper {
    position: relative;
    left: 0;
}
@media (min-width: 992px) {
    .page-wrapper.side-nav > * {
        padding-left: 256px;
    }
}
@media (min-width: 992px) {
    .page-wrapper.side-nav .container {
        width: 100%;
        max-width: 100%;
    }
}
.page-wrapper.side-nav #blueimp-gallery {
    padding: 0;
}
.header-wrapper {
    position: relative;
}
.column2-left-sidebar .main-content, .column2-left-sidebar .main-content {
    float: right;
}
@media (max-width: 991px) {
    .column2-left-sidebar .main-content, .column2-left-sidebar .main-content {
        float: none;
    }
}
.left-sidebar, .right-sidebar {
    position: relative;
}
#main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
body.wide #main {
    max-width: 100%;
}
#main.wide .vc_row {
    margin-left: 0;
    margin-right: 0;
}
#main.wide .container .vc_row {
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 767px) {
    #main.wide .container .vc_row {
        margin-left: 0;
        margin-right: 0;
    }
}
#main.wide .ads-container.vc_row {
    margin-left: 0;
    margin-right: 0;
}
#main.wide .main-content {
    padding: 0;
}
#main.wide > .container > .row {
    margin-left: -10px;
    margin-right: -10px;
}
#main.boxed .porto-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.main-content {
    padding-top: 35px;
    padding-bottom: 40px;
}
.no-breadcrumbs .main-content, body.woocommerce-page .main-content, body.woocommerce .main-content {
    padding-top: 20px;
}
.left-sidebar, .right-sidebar {
    padding-top: 35px;
    padding-bottom: 40px;
}
.no-breadcrumbs .left-sidebar, .no-breadcrumbs .right-sidebar, body.woocommerce-page .left-sidebar, body.woocommerce-page .right-sidebar, body.woocommerce .left-sidebar, body.woocommerce .right-sidebar {
    padding-top: 20px;
}
@media (max-width: 991px) {
    .left-sidebar, .right-sidebar, .no-breadcrumbs .left-sidebar, .no-breadcrumbs .right-sidebar, body.woocommerce-page .left-sidebar, body.woocommerce-page .right-sidebar, body.woocommerce .left-sidebar, body.woocommerce .right-sidebar {
        padding-top: 0;
        margin-top: -40px;
    }
}
.content-bottom-wrapper {
    padding-bottom: 20px;
}
#banner-wrapper .ult-carousel-wrapper, #content-top .ult-carousel-wrapper, #content-bottom .ult-carousel-wrapper, #content-inner-top .ult-carousel-wrapper, #content-inner-bottom .ult-carousel-wrapper {
    margin-bottom: 20px;
}
#banner-wrapper .ult-carousel-wrapper .vc_single_image-wrapper, #content-top .ult-carousel-wrapper .vc_single_image-wrapper, #content-bottom .ult-carousel-wrapper .vc_single_image-wrapper, #content-inner-top .ult-carousel-wrapper .vc_single_image-wrapper, #content-inner-bottom .ult-carousel-wrapper .vc_single_image-wrapper {
    width: 100%;
}
#banner-wrapper .ult-carousel-wrapper .vc_single_image-wrapper img, #content-top .ult-carousel-wrapper .vc_single_image-wrapper img, #content-bottom .ult-carousel-wrapper .vc_single_image-wrapper img, #content-inner-top .ult-carousel-wrapper .vc_single_image-wrapper img, #content-inner-bottom .ult-carousel-wrapper .vc_single_image-wrapper img {
    width: 100%;
}
#content-top, #content-bottom {
    overflow: hidden;
    background: #fff;
}
body.modal-open {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.clearfix {
    overflow: visible;
}
/* Boxed Layout */body.boxed {
    padding: 25px 0;
}
@media (max-width: 767px) {
    body.boxed {
        padding: 0;
    }
}
body.boxed #header {
    border-top-width: 0;
}
body.boxed .banner-container {
    overflow: hidden;
}
body.boxed .page-wrapper {
    background: #fff;
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #1d2127;
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
@media (max-width: 767px) {
    body.boxed .page-wrapper {
        width: 100% !important;
        border-width: 0;
        border-radius: 0;
        overflow: hidden;
    }
}
body.boxed .porto-container.container, #main.main-boxed .porto-container.container {
    width: 100%;
}
@media (min-width: 768px) {
    body.boxed .ult-vc-hide-row, #main.main-boxed .ult-vc-hide-row {
        left: auto !important;
        max-width: 760px;
        overflow: hidden;
    }
    body.boxed .ult-vc-hide-row.section, #main.main-boxed .ult-vc-hide-row.section {
        padding-left: 10px;
        padding-right: 10px;
    }
    body.boxed .ult-vc-hide-row.vc_row-no-padding, #main.main-boxed .ult-vc-hide-row.vc_row-no-padding {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    body.boxed .ult-vc-hide-row, #main.main-boxed .ult-vc-hide-row {
        max-width: 980px;
    }
}
@media (min-width: 768px) {
    body.boxed .vc_row[data-vc-stretch-content], #main.main-boxed .vc_row[data-vc-stretch-content] {
        left: auto !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        max-width: 760px;
    }
    body.boxed .vc_row[data-vc-stretch-content].section, #main.main-boxed .vc_row[data-vc-stretch-content].section {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 992px) {
    body.boxed .vc_row[data-vc-stretch-content], #main.main-boxed .vc_row[data-vc-stretch-content] {
        max-width: 980px;
    }
}
@media (min-width: 768px) {
    body.boxed #main.wide .vc_row[data-vc-stretch-content] {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}
@media (min-width: 768px) {
    body.boxed #main.wide .ult-vc-hide-row {
        overflow: visible;
    }
}
body.boxed #header.sticky-header .header-main.sticky {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    body.boxed #header.sticky-header .header-main.sticky {
        max-width: 760px;
    }
}
@media (min-width: 992px) {
    body.boxed #header.sticky-header .header-main.sticky {
        max-width: 980px;
    }
}
body.boxed #header.sticky-header .main-menu-wrap {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    body.boxed #header.sticky-header .main-menu-wrap {
        max-width: 980px;
    }
}
body.boxed .fixed-header #header {
    position: absolute;
}
body.boxed .footer-wrapper.fixed {
    position: absolute;
}
/* header, footer tooltip */@-webkit-keyframes tooltip-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tooltip-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes tooltip-color {
    0% {
        color: #fff;
    }
    50% {
        color: #333;
    }
    100% {
        color: #fff;
    }
}
@keyframes tooltip-color {
    0% {
        color: #fff;
    }
    50% {
        color: #333;
    }
    100% {
        color: #fff;
    }
}
@-webkit-keyframes tooltip-color-white {
    0% {
        color: #444;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #444;
    }
}
@keyframes tooltip-color-white {
    0% {
        color: #444;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #444;
    }
}
#header .porto-tooltip, #footer .porto-tooltip {
    position: absolute !important;
    right: 0;
    top: 5px;
    width: 20px;
}
@media (max-width: 480px) {
    #header .porto-tooltip, #footer .porto-tooltip {
        display: none !important;
    }
}
#header .tooltip-icon, #footer .tooltip-icon {
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    position: relative;
    right: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation: tooltip-animation 1s ease-in infinite;
    -moz-animation: tooltip-animation 1s ease-in infinite;
    animation: tooltip-animation 1s ease-in infinite;
}
#header .tooltip-popup, #footer .tooltip-popup {
    display: none;
    position: absolute;
    right: 0;
    text-align : left;
    top: -2px;
    width: 300px;
    background-color: #111;
    box-shadow: 0 0 8px rgba(255, 255, 255, .5);
    padding: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    z-index: 2000;
}
#header .tooltip-popup h4, #footer .tooltip-popup h4 {
    font-size: 16px;
    color: #fff;
}
#header .tooltip-popup p, #footer .tooltip-popup p {
    margin-bottom: 10px;
    color: #fff;
}
#header .tooltip-popup em, #footer .tooltip-popup em {
    font-size: 10px;
}
#header .tooltip-close, #footer .tooltip-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
#header .porto-tooltip {
    z-index: 2000;
}
#footer .porto-tooltip {
    top: 30px;
    right: 15px;
}
@media (min-width: 992px) {
    .header-wrapper.header-side-nav #header .tooltip-popup {
        left: -5px;
        right: auto;
    }
}
